Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnirudhRahul/opsu-Android
/ functions
Functions
2,826 in github.com/AnirudhRahul/opsu-Android
⨍
Functions
2,826
◇
Types & classes
291
↓ 3 callers
Method
hasMoreObjects
Returns whether there are any more objects remaining in the map.
core/src/itdelatrisu/opsu/states/Game.java:2582
↓ 3 callers
Method
hoverUpdate
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 callers
Method
internal
(String name)
core/src/fluddokt/opsu/fake/File.java:113
↓ 3 callers
Method
isBeatmapSkinIgnored
Returns whether or not beatmap skins are ignored. @return true if ignored
core/src/itdelatrisu/opsu/options/Options.java:1235
↓ 3 callers
Method
isConsumed
()
core/src/fluddokt/opsu/fake/gui/GInputListener.java:32
↓ 3 callers
Method
isFavorite
Returns whether this beatmap set is a "favorite".
core/src/itdelatrisu/opsu/beatmap/BeatmapSet.java:196
↓ 3 callers
Method
isMouseWheelDisabled
Returns whether or not the mouse wheel is disabled during gameplay. @return true if disabled
core/src/itdelatrisu/opsu/options/Options.java:1383
↓ 3 callers
Method
isPlaying
()
core/src/fluddokt/ex/VideoLoader.java:18
↓ 3 callers
Method
isThemePlaying
Returns whether or not the theme song is playing.
core/src/itdelatrisu/opsu/audio/MusicController.java:495
↓ 3 callers
Method
lastModified
()
core/src/fluddokt/opsu/fake/File.java:205
↓ 3 callers
Method
load
Loads the replay data. @throws IOException failure to load the data
core/src/itdelatrisu/opsu/replay/Replay.java:137
↓ 3 callers
Method
loadImageArray
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 callers
Method
loadImageSingle
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 callers
Method
maxDownloadsShown
Returns the max number of downloads to be shown at a time.
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:128
↓ 3 callers
Method
maxResultsShown
Returns the max number of search result buttons to be shown at a time.
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:123
↓ 3 callers
Method
mouseReleased
(int button, int x, int y)
core/src/fluddokt/opsu/fake/StateBasedGame.java:227
↓ 3 callers
Method
musicPositionBarContains
(float cx, float cy)
core/src/itdelatrisu/opsu/states/GamePauseMenu.java:131
↓ 3 callers
Method
mute
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 callers
Method
nextFrame
()
core/src/fluddokt/opsu/fake/openal/Mp3InputStream.java:175
↓ 3 callers
Method
normalize
Turns this vector into a unit vector. @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:110
↓ 3 callers
Method
obtain
(User in, int index, int groupNumber)
core/src/itdelatrisu/opsu/ui/badges/BadgeGroup.java:46
↓ 3 callers
Method
parseAllFiles
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 callers
Method
pause
Pauses the video.
core/src/itdelatrisu/opsu/video/Video.java:136
↓ 3 callers
Method
pause
Stops listener events from being fired.
core/src/itdelatrisu/opsu/beatmap/BeatmapWatchService.java:305
↓ 3 callers
Method
pauseGame
(int x, int y)
core/src/itdelatrisu/opsu/states/Game.java:1391
↓ 3 callers
Method
playHitSound
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 callers
Method
playThemeSong
Plays the theme song.
core/src/itdelatrisu/opsu/audio/MusicController.java:484
↓ 3 callers
Method
process_sub
(Image img, int w, int h)
core/src/itdelatrisu/opsu/GameImage.java:67
↓ 3 callers
Method
readByte
Reads a 1-byte value.
core/src/itdelatrisu/opsu/io/OsuReader.java:75
↓ 3 callers
Method
readDataFromUrl
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 callers
Method
readJsonArrayFromUrl
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 callers
Method
readSoFar
Returns the number of bytes read so far.
core/src/itdelatrisu/opsu/downloads/Download.java:403
↓ 3 callers
Method
reloadBeatmaps
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 callers
Method
removeInputListener
(GInputListener listener)
core/src/fluddokt/opsu/fake/gui/GUIContext.java:14
↓ 3 callers
Method
resetGameData
Resets all game data and structures.
core/src/itdelatrisu/opsu/states/Game.java:2014
↓ 3 callers
Method
resetTrackOnLoad
Triggers a reset of the music track upon entering this state.
core/src/itdelatrisu/opsu/states/SongMenu.java:2135
↓ 3 callers
Method
resume
Resumes firing listener events.
core/src/itdelatrisu/opsu/beatmap/BeatmapWatchService.java:310
↓ 3 callers
Method
save
Saves the replay data to a file in the replays directory.
core/src/itdelatrisu/opsu/replay/Replay.java:278
↓ 3 callers
Method
saveOptions
(Over)writes user options to a file.
core/src/itdelatrisu/opsu/options/Options.java:1708
↓ 3 callers
Method
set
Sets a new sort. @param sort the new sort
core/src/itdelatrisu/opsu/beatmap/BeatmapSortOrder.java:56
↓ 3 callers
Method
set
Sets a new group. @param group the new group
core/src/itdelatrisu/opsu/beatmap/BeatmapGroup.java:136
↓ 3 callers
Method
setColorAlpha
(Color ncolor, float alpha)
core/src/fluddokt/opsu/fake/Graphics.java:85
↓ 3 callers
Method
setGameKeyLeft
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 callers
Method
setGameKeyRight
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 callers
Method
setHashedPassword
Sets the hashed version of the user's password.
core/src/itdelatrisu/opsu/user/User.java:256
↓ 3 callers
Method
setImageColor
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 callers
Method
setMOD
Set the mod thats being streamed if any @param sound The mod being streamed
core/src/org/newdawn/slick/openal/SoundStore.java:897
↓ 3 callers
Method
setPassword
Sets the user's password.
core/src/itdelatrisu/opsu/user/User.java:253
↓ 3 callers
Method
setSelectedIndex
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 callers
Method
setTargetFrameRate
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 callers
Method
setTextColor
Sets the text color.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:459
↓ 3 callers
Method
setUser
Sets the user.
core/src/itdelatrisu/opsu/user/UserButton.java:128
↓ 3 callers
Method
setWidth
Sets the width of the dropdown menu.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:217
↓ 3 callers
Method
show
Unhides the cursor.
core/src/itdelatrisu/opsu/ui/Cursor.java:342
↓ 3 callers
Method
skip
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 callers
Method
startGame
()
core/src/itdelatrisu/opsu/states/SongMenu.java:2329
↓ 3 callers
Method
startThread
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:292
↓ 3 callers
Method
startThread
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer3.java:215
↓ 3 callers
Method
stopThread
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:310
↓ 3 callers
Method
tokenize
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 callers
Method
trackEnded
Returns whether or not the current track has ended.
core/src/itdelatrisu/opsu/audio/MusicController.java:470
↓ 3 callers
Method
translate
(float x, float y)
core/src/fluddokt/opsu/fake/Graphics.java:334
↓ 3 callers
Method
unzip
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 callers
Method
updateHoverOption
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 callers
Method
updateReadSoFar
Updates the last readSoFar and related fields.
core/src/itdelatrisu/opsu/downloads/Download.java:438
↓ 3 callers
Method
updateSliderOption
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 callers
Method
userExists
Returns whether the given user exists.
core/src/itdelatrisu/opsu/user/UserList.java:97
↓ 2 callers
Method
activate
Activates the component.
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:443
↓ 2 callers
Method
addBeatmapScore
(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 callers
Method
addFrame
(Image img, int dura)
core/src/fluddokt/opsu/fake/Animation.java:74
↓ 2 callers
Method
addGlyphs
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 callers
Method
addGlyphs
(String string)
core/src/fluddokt/opsu/fake/Font.java:89
↓ 2 callers
Method
addHitError
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 callers
Method
addListener
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 callers
Method
addMouseListener
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 callers
Method
adjustBrightness
(int in)
core/src/fluddokt/ex/VideoLoader.java:27
↓ 2 callers
Method
adjustLocalMusicOffset
Adjusts the beatmap's local music offset. @param sign the sign (multiplier)
core/src/itdelatrisu/opsu/states/Game.java:2606
↓ 2 callers
Method
adjustSlider
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 callers
Method
alwaysShowKeyOverlay
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 callers
Method
anyMouseDown
Check if any mouse button is down @return True if any mouse button is down
core/src/org/newdawn/slick/Input.java:839
↓ 2 callers
Method
atEnd
()
core/src/fluddokt/opsu/fake/openal/Mp3InputStream.java:198
↓ 2 callers
Method
baseContains
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 callers
Method
bind
()
core/src/fluddokt/opsu/fake/Graphics.java:263
↓ 2 callers
Method
burst
Creates a burst of stars instantly. @param count the number of stars to create
core/src/itdelatrisu/opsu/ui/StarStream.java:242
↓ 2 callers
Method
burst
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 callers
Method
calculateDifficulty
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 callers
Method
calculateSpecificStrain
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 callers
Method
charExist
(Face face, char c)
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:328
↓ 2 callers
Method
clear
Clears all data and re-initializes object.
core/src/itdelatrisu/opsu/GameData.java:400
↓ 2 callers
Method
clearReferences
Clears all image references. This does NOT destroy images, so be careful of memory leaks!
core/src/itdelatrisu/opsu/GameImage.java:598
↓ 2 callers
Method
close
Closes the input stream. @throws IOException if an I/O error occurs
core/src/itdelatrisu/opsu/io/OsuReader.java:70
↓ 2 callers
Method
close
()
core/src/fluddokt/opsu/fake/FileOutputStream.java:24
↓ 2 callers
Method
closeRequested
()
core/src/itdelatrisu/opsu/Opsu.java:276
↓ 2 callers
Method
closeStream
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:271
↓ 2 callers
Method
closing
()
core/src/fluddokt/opsu/fake/GameContainer.java:38
↓ 2 callers
Method
consumeEvent
()
core/src/fluddokt/opsu/fake/gui/GInputListener.java:28
↓ 2 callers
Method
contains
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 callers
Method
containsBeatmapSetID
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 callers
Method
createConnection
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 callers
Method
createDatabase
Creates the database, if it does not exist.
core/src/itdelatrisu/opsu/db/BeatmapDB.java:276
← previous
next →
601–700 of 2,826, ranked by callers