MCPcopy Create free account

hub / github.com/AnirudhRahul/opsu-Android / functions

Functions2,826 in github.com/AnirudhRahul/opsu-Android

↓ 3 callersMethodhasMoreObjects
Returns whether there are any more objects remaining in the map.
core/src/itdelatrisu/opsu/states/Game.java:2582
↓ 3 callersMethodhoverUpdate
Processes a hover action depending on whether or not the cursor is hovering over the button. @param delta the delta interval @param isHover true if th
core/src/itdelatrisu/opsu/user/UserButton.java:234
↓ 3 callersMethodinternal
(String name)
core/src/fluddokt/opsu/fake/File.java:113
↓ 3 callersMethodisBeatmapSkinIgnored
Returns whether or not beatmap skins are ignored. @return true if ignored
core/src/itdelatrisu/opsu/options/Options.java:1235
↓ 3 callersMethodisConsumed
()
core/src/fluddokt/opsu/fake/gui/GInputListener.java:32
↓ 3 callersMethodisFavorite
Returns whether this beatmap set is a "favorite".
core/src/itdelatrisu/opsu/beatmap/BeatmapSet.java:196
↓ 3 callersMethodisMouseWheelDisabled
Returns whether or not the mouse wheel is disabled during gameplay. @return true if disabled
core/src/itdelatrisu/opsu/options/Options.java:1383
↓ 3 callersMethodisPlaying
()
core/src/fluddokt/ex/VideoLoader.java:18
↓ 3 callersMethodisThemePlaying
Returns whether or not the theme song is playing.
core/src/itdelatrisu/opsu/audio/MusicController.java:495
↓ 3 callersMethodlastModified
()
core/src/fluddokt/opsu/fake/File.java:205
↓ 3 callersMethodload
Loads the replay data. @throws IOException failure to load the data
core/src/itdelatrisu/opsu/replay/Replay.java:137
↓ 3 callersMethodloadImageArray
Attempts to load multiple Images from the GameImage. @param dir the image directory to search, or null to use the default resource locations @return a
core/src/itdelatrisu/opsu/GameImage.java:890
↓ 3 callersMethodloadImageSingle
Attempts to load a single Image from the GameImage. @param dir the image directory to search, or null to use the default resource locations @return th
core/src/itdelatrisu/opsu/GameImage.java:925
↓ 3 callersMethodmaxDownloadsShown
Returns the max number of downloads to be shown at a time.
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:128
↓ 3 callersMethodmaxResultsShown
Returns the max number of search result buttons to be shown at a time.
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:123
↓ 3 callersMethodmouseReleased
(int button, int x, int y)
core/src/fluddokt/opsu/fake/StateBasedGame.java:227
↓ 3 callersMethodmusicPositionBarContains
(float cx, float cy)
core/src/itdelatrisu/opsu/states/GamePauseMenu.java:131
↓ 3 callersMethodmute
Mutes or unmutes all sounds (hit sounds and sound effects). @param mute true to mute, false to unmute
core/src/itdelatrisu/opsu/audio/SoundController.java:392
↓ 3 callersMethodnextFrame
()
core/src/fluddokt/opsu/fake/openal/Mp3InputStream.java:175
↓ 3 callersMethodnormalize
Turns this vector into a unit vector. @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:110
↓ 3 callersMethodobtain
(User in, int index, int groupNumber)
core/src/itdelatrisu/opsu/ui/badges/BadgeGroup.java:46
↓ 3 callersMethodparseAllFiles
Invokes parser for each OSU file in a root directory and adds the beatmaps to a new BeatmapSetList. @param root the root directory (search has depth 1
core/src/itdelatrisu/opsu/beatmap/BeatmapParser.java:95
↓ 3 callersMethodpause
Pauses the video.
core/src/itdelatrisu/opsu/video/Video.java:136
↓ 3 callersMethodpause
Stops listener events from being fired.
core/src/itdelatrisu/opsu/beatmap/BeatmapWatchService.java:305
↓ 3 callersMethodpauseGame
(int x, int y)
core/src/itdelatrisu/opsu/states/Game.java:1391
↓ 3 callersMethodplayHitSound
Plays hit sound(s) using a HitObject bitmask. @param hitSound the hit sound (bitmask) @param sampleSet the sample set @param additionSampleSet the 'ad
core/src/itdelatrisu/opsu/audio/SoundController.java:355
↓ 3 callersMethodplayThemeSong
Plays the theme song.
core/src/itdelatrisu/opsu/audio/MusicController.java:484
↓ 3 callersMethodprocess_sub
(Image img, int w, int h)
core/src/itdelatrisu/opsu/GameImage.java:67
↓ 3 callersMethodreadByte
Reads a 1-byte value.
core/src/itdelatrisu/opsu/io/OsuReader.java:75
↓ 3 callersMethodreadDataFromUrl
Returns a the contents of a URL as a string. @param url the remote URL @return the contents as a string, or null if any error occurred @author Roland
core/src/itdelatrisu/opsu/Utils.java:568
↓ 3 callersMethodreadJsonArrayFromUrl
Returns a JSON array from a URL. @param url the remote URL @return the JSON array, or null if an error occurred @throws IOException if an I/O exceptio
core/src/itdelatrisu/opsu/Utils.java:618
↓ 3 callersMethodreadSoFar
Returns the number of bytes read so far.
core/src/itdelatrisu/opsu/downloads/Download.java:403
↓ 3 callersMethodreloadBeatmaps
Reloads all beatmaps. @param fullReload if true, also clear the beatmap cache and invoke the unpacker
core/src/itdelatrisu/opsu/states/SongMenu.java:2207
↓ 3 callersMethodremoveInputListener
(GInputListener listener)
core/src/fluddokt/opsu/fake/gui/GUIContext.java:14
↓ 3 callersMethodresetGameData
Resets all game data and structures.
core/src/itdelatrisu/opsu/states/Game.java:2014
↓ 3 callersMethodresetTrackOnLoad
Triggers a reset of the music track upon entering this state.
core/src/itdelatrisu/opsu/states/SongMenu.java:2135
↓ 3 callersMethodresume
Resumes firing listener events.
core/src/itdelatrisu/opsu/beatmap/BeatmapWatchService.java:310
↓ 3 callersMethodsave
Saves the replay data to a file in the replays directory.
core/src/itdelatrisu/opsu/replay/Replay.java:278
↓ 3 callersMethodsaveOptions
(Over)writes user options to a file.
core/src/itdelatrisu/opsu/options/Options.java:1708
↓ 3 callersMethodset
Sets a new sort. @param sort the new sort
core/src/itdelatrisu/opsu/beatmap/BeatmapSortOrder.java:56
↓ 3 callersMethodset
Sets a new group. @param group the new group
core/src/itdelatrisu/opsu/beatmap/BeatmapGroup.java:136
↓ 3 callersMethodsetColorAlpha
(Color ncolor, float alpha)
core/src/fluddokt/opsu/fake/Graphics.java:85
↓ 3 callersMethodsetGameKeyLeft
Sets the left game key. This will not be set to the same key as the right game key, nor to any reserved keys (see {@link #isValidGameKey(int)}). @para
core/src/itdelatrisu/opsu/options/Options.java:1434
↓ 3 callersMethodsetGameKeyRight
Sets the right game key. This will not be set to the same key as the left game key, nor to any reserved keys (see {@link #isValidGameKey(int)}). @para
core/src/itdelatrisu/opsu/options/Options.java:1448
↓ 3 callersMethodsetHashedPassword
Sets the hashed version of the user's password.
core/src/itdelatrisu/opsu/user/User.java:256
↓ 3 callersMethodsetImageColor
Set the filter to apply when drawing this image @param r The red component of the filter colour @param g The green component of the filter colour @pa
core/src/org/newdawn/slick/Image.java:374
↓ 3 callersMethodsetMOD
Set the mod thats being streamed if any @param sound The mod being streamed
core/src/org/newdawn/slick/openal/SoundStore.java:897
↓ 3 callersMethodsetPassword
Sets the user's password.
core/src/itdelatrisu/opsu/user/User.java:253
↓ 3 callersMethodsetSelectedIndex
Selects the item at the given index. @param index the list item index @throws IllegalArgumentException if {@code index} is negative or greater than or
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:431
↓ 3 callersMethodsetTargetFrameRate
Set the target fps we're hoping to get @param fps The target fps we're hoping to get
core/src/org/newdawn/slick/GameContainer.java:834
↓ 3 callersMethodsetTextColor
Sets the text color.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:459
↓ 3 callersMethodsetUser
Sets the user.
core/src/itdelatrisu/opsu/user/UserButton.java:128
↓ 3 callersMethodsetWidth
Sets the width of the dropdown menu.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:217
↓ 3 callersMethodshow
Unhides the cursor.
core/src/itdelatrisu/opsu/ui/Cursor.java:342
↓ 3 callersMethodskip
Skips over and discards n bytes of data from this input stream. @param n the number of bytes to be skipped. @return the actual number of bytes skippe
core/src/org/newdawn/slick/openal/AudioInputStream.java:108
↓ 3 callersMethodstartGame
()
core/src/itdelatrisu/opsu/states/SongMenu.java:2329
↓ 3 callersMethodstartThread
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:292
↓ 3 callersMethodstartThread
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer3.java:215
↓ 3 callersMethodstopThread
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:310
↓ 3 callersMethodtokenize
Splits line into two strings: tag, value. If no ':' character is present, null will be returned.
core/src/itdelatrisu/opsu/skins/SkinLoader.java:310
↓ 3 callersMethodtrackEnded
Returns whether or not the current track has ended.
core/src/itdelatrisu/opsu/audio/MusicController.java:470
↓ 3 callersMethodtranslate
(float x, float y)
core/src/fluddokt/opsu/fake/Graphics.java:334
↓ 3 callersMethodunzip
Extracts the contents of a ZIP archive to a destination. @param file the ZIP archive @param dest the destination directory
core/src/itdelatrisu/opsu/Utils.java:459
↓ 3 callersMethodupdateHoverOption
Updates the "hovered" option based on the current mouse coordinates. @param mouseX the mouse x coordinate @param mouseY the mouse y coordinate
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:1028
↓ 3 callersMethodupdateReadSoFar
Updates the last readSoFar and related fields.
core/src/itdelatrisu/opsu/downloads/Download.java:438
↓ 3 callersMethodupdateSliderOption
Updates a slider option based on the current mouse coordinates. @param mouseX the mouse x coordinate @param mouseY the mouse y coordinate
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:986
↓ 3 callersMethoduserExists
Returns whether the given user exists.
core/src/itdelatrisu/opsu/user/UserList.java:97
↓ 2 callersMethodactivate
Activates the component.
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:443
↓ 2 callersMethodaddBeatmapScore
(long timestamp, int MID, int MSID, String title, String creator, String artist, String version, int hit300, i
core/src/fluddokt/ex/DynamoDB/DynamoDB.java:219
↓ 2 callersMethodaddFrame
(Image img, int dura)
core/src/fluddokt/opsu/fake/Animation.java:74
↓ 2 callersMethodaddGlyphs
Queues the glyphs in the specified codepoint range (inclusive) to be loaded. Note that the glyphs are not actually loaded until {@link #loadGlyphs()}
core/src/org/newdawn/slick/UnicodeFont.java:319
↓ 2 callersMethodaddGlyphs
(String string)
core/src/fluddokt/opsu/fake/Font.java:89
↓ 2 callersMethodaddHitError
Adds the hit into the list of hit error information. @param time the correct hit time @param x the x coordinate of the hit @param y the y coordinate o
core/src/itdelatrisu/opsu/GameData.java:1777
↓ 2 callersMethodaddListener
Add a listener to be notified of input events @param listener The listener to be notified
core/src/org/newdawn/slick/Input.java:506
↓ 2 callersMethodaddMouseListener
Add a mouse listener to be notified of mouse input events @param listener The listener to be notified
core/src/org/newdawn/slick/Input.java:539
↓ 2 callersMethodadjustBrightness
(int in)
core/src/fluddokt/ex/VideoLoader.java:27
↓ 2 callersMethodadjustLocalMusicOffset
Adjusts the beatmap's local music offset. @param sign the sign (multiplier)
core/src/itdelatrisu/opsu/states/Game.java:2606
↓ 2 callersMethodadjustSlider
Handles a slider adjustment to the given mouse coordinates. @param mouseX the mouse x coordinate @param mouseY the mouse y coordinate
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:1408
↓ 2 callersMethodalwaysShowKeyOverlay
Returns whether or not to show the key overlay on non-replay game sessions. @return true if enabled
core/src/itdelatrisu/opsu/options/Options.java:1371
↓ 2 callersMethodanyMouseDown
Check if any mouse button is down @return True if any mouse button is down
core/src/org/newdawn/slick/Input.java:839
↓ 2 callersMethodatEnd
()
core/src/fluddokt/opsu/fake/openal/Mp3InputStream.java:198
↓ 2 callersMethodbaseContains
Returns true if the coordinates are within the base item bounds. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:257
↓ 2 callersMethodbind
()
core/src/fluddokt/opsu/fake/Graphics.java:263
↓ 2 callersMethodburst
Creates a burst of stars instantly. @param count the number of stars to create
core/src/itdelatrisu/opsu/ui/StarStream.java:242
↓ 2 callersMethodburst
Creates a burst of stars to be processed during the next {@link #update(int)} call. @param wait if {@code true}, will not burst if a previous burst is
core/src/itdelatrisu/opsu/ui/StarFountain.java:141
↓ 2 callersMethodcalculateDifficulty
Calculates the difficulty value for a difficulty type. @param type the difficulty type ({@code DIFFICULTY_ constant}) @return the difficulty value
core/src/itdelatrisu/opsu/beatmap/BeatmapDifficultyCalculator.java:230
↓ 2 callersMethodcalculateSpecificStrain
Calculates the strain value for a difficulty type given the previous hit object. @param previousHitObject the previous hit object @param type the diff
core/src/itdelatrisu/opsu/beatmap/BeatmapDifficultyCalculator.java:458
↓ 2 callersMethodcharExist
(Face face, char c)
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:328
↓ 2 callersMethodclear
Clears all data and re-initializes object.
core/src/itdelatrisu/opsu/GameData.java:400
↓ 2 callersMethodclearReferences
Clears all image references. This does NOT destroy images, so be careful of memory leaks!
core/src/itdelatrisu/opsu/GameImage.java:598
↓ 2 callersMethodclose
Closes the input stream. @throws IOException if an I/O error occurs
core/src/itdelatrisu/opsu/io/OsuReader.java:70
↓ 2 callersMethodclose
()
core/src/fluddokt/opsu/fake/FileOutputStream.java:24
↓ 2 callersMethodcloseRequested
()
core/src/itdelatrisu/opsu/Opsu.java:276
↓ 2 callersMethodcloseStream
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:271
↓ 2 callersMethodclosing
()
core/src/fluddokt/opsu/fake/GameContainer.java:38
↓ 2 callersMethodconsumeEvent
()
core/src/fluddokt/opsu/fake/gui/GInputListener.java:28
↓ 2 callersMethodcontains
Returns true if the coordinates are within the bubble bounds. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/ui/NotificationManager.java:135
↓ 2 callersMethodcontainsBeatmapSetID
Returns whether or not the list contains the given beatmap set ID. <p> Note that IDs for older maps might have been improperly parsed, so there is no
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:539
↓ 2 callersMethodcreateConnection
Establishes a connection to the database given by the path string. @param path the database path @return the database connection
core/src/itdelatrisu/opsu/db/DBController.java:60
↓ 2 callersMethodcreateDatabase
Creates the database, if it does not exist.
core/src/itdelatrisu/opsu/db/BeatmapDB.java:276
← previousnext →601–700 of 2,826, ranked by callers