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
↓ 9 callers
Method
getFileHandle
(String file)
core/src/fluddokt/opsu/fake/ResourceLoader.java:17
↓ 9 callers
Method
getIOFile
()
core/src/fluddokt/opsu/fake/File.java:187
↓ 9 callers
Method
getMinValue
Returns the minimum integer value for this option, if applicable. @return the minimum integer value
core/src/itdelatrisu/opsu/options/Options.java:853
↓ 9 callers
Method
getRandomNode
Returns a random base node.
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:307
↓ 9 callers
Method
getSelectedBeatmap
Returns the selected beatmap (based on {@link #beatmapIndex}). @return the beatmap, or null if the index is invalid
core/src/itdelatrisu/opsu/beatmap/BeatmapSetNode.java:67
↓ 9 callers
Method
getWidth
Returns the screen width.
core/src/itdelatrisu/opsu/options/Options.java:1003
↓ 9 callers
Method
globalKeyPressed
Processes global hotkey actions. @param key the key code that was pressed @return {@code true} if a global hotkey was pressed
core/src/itdelatrisu/opsu/ui/UI.java:486
↓ 9 callers
Method
globalMouseWheelMoved
Processes global mouse wheel actions. @param delta the amount the wheel has moved @param requiresAlt if the "ALT" key must be pressed @return {@code t
core/src/itdelatrisu/opsu/ui/UI.java:509
↓ 9 callers
Method
info
()
core/src/fluddokt/opsu/fake/Image.java:590
↓ 9 callers
Method
isParallaxEnabled
Returns whether parallax is enabled. @return true if enabled
core/src/itdelatrisu/opsu/options/Options.java:1328
↓ 9 callers
Method
pressed
Call this when the mouse button has been pressed.
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:188
↓ 9 callers
Method
set
Sets the x and y components of this vector. @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:47
↓ 9 callers
Method
setImage
Sets the image associated with this resource to another image. The beatmap skin image takes priority over the default image. @param img the image to s
core/src/itdelatrisu/opsu/GameImage.java:798
↓ 9 callers
Method
setMenuState
Changes the menu state. @param menuState the new menu state
core/src/itdelatrisu/opsu/states/ButtonMenu.java:841
↓ 9 callers
Method
setPitch
Sets the music pitch (and speed). @param pitch the new pitch
core/src/itdelatrisu/opsu/audio/MusicController.java:462
↓ 9 callers
Method
toString
Returns a formatted string: "Artist - Title [Version]" @see java.lang.Object#toString()
core/src/itdelatrisu/opsu/beatmap/Beatmap.java:422
↓ 9 callers
Method
toggle
(GameContainer container)
core/src/itdelatrisu/opsu/options/Options.java:379
↓ 9 callers
Method
useUnicodeMetadata
Returns whether or not to use non-English metadata where available. @return true if Unicode preferred
core/src/itdelatrisu/opsu/options/Options.java:1322
↓ 8 callers
Method
activate
Activates the component.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:223
↓ 8 callers
Method
dispose
()
core/src/fluddokt/opsu/fake/Music.java:139
↓ 8 callers
Method
drawSmall
Draws the score in-game (smaller and with less information). @param g the current graphics context @param vPos the base y position of the scoreboard @
core/src/itdelatrisu/opsu/ScoreData.java:386
↓ 8 callers
Method
drawSymbolString
Draws a string of scoreSymbols. @param str the string to draw @param x the starting x coordinate @param y the y coordinate @param scale the scale to a
core/src/itdelatrisu/opsu/GameData.java:536
↓ 8 callers
Method
enter
Resets the necessary UI components upon entering a state.
core/src/itdelatrisu/opsu/ui/UI.java:156
↓ 8 callers
Method
getButtonOffset
Returns the download results button offset. @return the offset
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:218
↓ 8 callers
Method
getHealth
Returns the current health percentage.
core/src/itdelatrisu/opsu/beatmap/Health.java:98
↓ 8 callers
Method
getInfoHeight
Returns the download info height. @return the height
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:224
↓ 8 callers
Method
getMaxValue
Returns the maximum integer value for this option, if applicable. @return the maximum integer value
core/src/itdelatrisu/opsu/options/Options.java:859
↓ 8 callers
Method
getNode
Returns the song node being processed, or null if none.
core/src/itdelatrisu/opsu/states/ButtonMenu.java:872
↓ 8 callers
Method
getPath
()
core/src/fluddokt/opsu/fake/File.java:174
↓ 8 callers
Method
glClear
(int mask)
core/src/fluddokt/opsu/fake/gl/GL11.java:81
↓ 8 callers
Method
glEnd
()
core/src/fluddokt/opsu/fake/gl/GL11.java:128
↓ 8 callers
Method
isCircle
Returns whether or not the hit object is a circle. @return true if circle
core/src/itdelatrisu/opsu/beatmap/HitObject.java:483
↓ 8 callers
Method
isExperimentalSliderStyle
Returns whether or not to use the experimental slider style. @return true if enabled
core/src/itdelatrisu/opsu/options/Options.java:1253
↓ 8 callers
Method
isTrackLoading
Returns true if a track is being loaded.
core/src/itdelatrisu/opsu/audio/MusicController.java:210
↓ 8 callers
Method
loadFont
Loads a Unicode font and its ASCII glyphs. @param font the font to load @param effect the font effect @param backup the backup font @throws SlickExcep
core/src/itdelatrisu/opsu/ui/Fonts.java:109
↓ 8 callers
Method
pause
Pauses the current track.
core/src/itdelatrisu/opsu/audio/MusicController.java:320
↓ 8 callers
Method
resetSearchTimer
Resets the search timer, but respects the minimum request interval.
core/src/itdelatrisu/opsu/states/DownloadsMenu.java:1083
↓ 8 callers
Method
sendSliderTickResult
Handles a slider tick result. @param time the tick start time @param result the hit result (HIT_ constants) @param x the x coordinate @param y the y c
core/src/itdelatrisu/opsu/GameData.java:1451
↓ 8 callers
Method
setFocus
(boolean focus)
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:1016
↓ 8 callers
Method
setX
Sets a new center x coordinate. @param x the x coordinate
core/src/itdelatrisu/opsu/ui/MenuButton.java:157
↓ 8 callers
Method
toString
()
core/src/itdelatrisu/opsu/options/Options.java:1023
↓ 8 callers
Method
toString
()
core/src/org/newdawn/slick/Image.java:1423
↓ 8 callers
Method
update
Updates all UI components by a delta interval. @param delta the delta interval since the last call.
core/src/itdelatrisu/opsu/ui/UI.java:118
↓ 8 callers
Method
wrap
Wraps the given string into a list of split lines based on the width. @param font the font used to draw the string @param text the text to split @para
core/src/itdelatrisu/opsu/ui/Fonts.java:167
↓ 7 callers
Method
changeUser
Changes the current user. @param name the user's name @return true if the user changed, false otherwise
core/src/itdelatrisu/opsu/user/UserList.java:109
↓ 7 callers
Method
contains
Returns true if the coordinates are within the overlay bounds. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:243
↓ 7 callers
Method
create
Creates a new instance of this class (overwriting any previous instance).
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:83
↓ 7 callers
Method
destroy
Destroys the MultiClip and releases all resources.
core/src/itdelatrisu/opsu/audio/MultiClip.java:229
↓ 7 callers
Method
dispose
()
core/src/fluddokt/opsu/fake/Image.java:314
↓ 7 callers
Method
dragged
Call this when the mouse has been dragged. @param distance the amount that the mouse has been dragged
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:212
↓ 7 callers
Method
drawEmbedded
Draw this image as part of a collection of images @param x The x location to draw the image at @param y The y location to draw the image at
core/src/org/newdawn/slick/Image.java:611
↓ 7 callers
Method
error
(String string, Throwable e)
core/src/fluddokt/opsu/fake/GameOpsu.java:231
↓ 7 callers
Method
getBadge
Returns the badge at the given index.
core/src/itdelatrisu/opsu/ui/badges/BadgeGroup.java:59
↓ 7 callers
Method
getControllerCount
Get a count of the number of controlles available @return The number of controllers available
core/src/org/newdawn/slick/Input.java:854
↓ 7 callers
Method
getDesktop
()
core/src/fluddokt/opsu/fake/Desktop.java:24
↓ 7 callers
Method
getGaussian
Returns the next pseudorandom, Gaussian ("normally") distributed {@code double} value with the given mean and standard deviation. @param mean the mean
core/src/itdelatrisu/opsu/ui/StarStream.java:263
↓ 7 callers
Method
getHeight
(String str)
core/src/fluddokt/opsu/fake/Font.java:77
↓ 7 callers
Method
getID
Returns the beatmap set ID.
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:343
↓ 7 callers
Method
getImportDir
Returns the import directory (for beatmaps, skins, and replays). If invalid, this will create and return an "Import" directory. @return the import dir
core/src/itdelatrisu/opsu/options/Options.java:1497
↓ 7 callers
Method
getMusicVolume
Returns the default music volume. @return the volume [0, 1]
core/src/itdelatrisu/opsu/options/Options.java:1095
↓ 7 callers
Method
getTargetFPS
Returns the target frame rate. @return the target FPS
core/src/itdelatrisu/opsu/options/Options.java:1060
↓ 7 callers
Method
getTitle
(GameContainer container, StateBasedGame game)
core/src/itdelatrisu/opsu/states/ButtonMenu.java:77
↓ 7 callers
Method
getWidth
Returns the width of this notification.
core/src/itdelatrisu/opsu/ui/NotificationManager.java:115
↓ 7 callers
Method
getWidth
(String str)
core/src/fluddokt/opsu/fake/Font.java:85
↓ 7 callers
Method
getWidth
(String str)
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:301
↓ 7 callers
Method
glBegin
()
core/src/fluddokt/opsu/fake/gl/GL11.java:134
↓ 7 callers
Method
glDisableVertexAttribArray
(int index)
core/src/fluddokt/opsu/fake/gl/GL20.java:44
↓ 7 callers
Method
glEnableVertexAttribArray
(int index)
core/src/fluddokt/opsu/fake/gl/GL20.java:23
↓ 7 callers
Method
hasFocus
Check if the game currently has focus @return True if the game currently has focus
core/src/org/newdawn/slick/GameContainer.java:888
↓ 7 callers
Method
isDestroyed
Check if this image has been destroyed @return True if this image has been destroyed
core/src/org/newdawn/slick/Image.java:1537
↓ 7 callers
Method
isMouseButtonDown
Check if a given mouse button is down @param button The index of the button to check (starting at 0) @return True if the mouse button is down
core/src/org/newdawn/slick/Input.java:830
↓ 7 callers
Method
isRepeatEvent
()
core/src/fluddokt/opsu/fake/Keyboard.java:7
↓ 7 callers
Method
isTrackDimmed
Returns whether or not the volume of the current track, if any, has been dimmed.
core/src/itdelatrisu/opsu/audio/MusicController.java:501
↓ 7 callers
Method
isValidUserName
Returns whether the given name is a valid user name.
core/src/itdelatrisu/opsu/user/UserList.java:159
↓ 7 callers
Method
local
(String name)
core/src/fluddokt/opsu/fake/File.java:121
↓ 7 callers
Method
playAt
Plays the current track at the given position. @param position the track position (in ms) @param loop whether or not to loop the track
core/src/itdelatrisu/opsu/audio/MusicController.java:192
↓ 7 callers
Method
playClip
Plays a sound clip. @param clip the Clip to play @param volume the volume [0, 1] @param listener the line listener
core/src/itdelatrisu/opsu/audio/SoundController.java:319
↓ 7 callers
Method
readShort
Reads a 2-byte little endian value.
core/src/itdelatrisu/opsu/io/OsuReader.java:82
↓ 7 callers
Method
retrieveCredentials
()
core/src/fluddokt/ex/DynamoDB/DynamoDB.java:31
↓ 7 callers
Method
scrollToPosition
Scrolls to the position. @param newPosition the position to scroll to
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:150
↓ 7 callers
Method
setAllowOverScroll
Enable or disable the overscrolling flag. @param allowOverScroll whether or not to allow overscrolling
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:71
↓ 7 callers
Method
setBound
(int x, int y, int w, int h)
core/src/fluddokt/opsu/fake/TextField.java:119
↓ 7 callers
Method
setPlayState
Sets the play state. @param state the new play state
core/src/itdelatrisu/opsu/states/Game.java:2209
↓ 7 callers
Method
setPosition
Seeks to a position in the current track. @param position the new track position (in ms)
core/src/itdelatrisu/opsu/audio/MusicController.java:394
↓ 7 callers
Method
syncPosition
()
core/src/fluddokt/opsu/fake/Music.java:85
↓ 7 callers
Method
updateUser
Updates a user entry, or creates one if it does not exist. @param user the user
core/src/itdelatrisu/opsu/db/ScoreDB.java:500
↓ 7 callers
Method
write
()
core/src/itdelatrisu/opsu/options/Options.java:258
↓ 6 callers
Method
areaContains
Returns true if the coordinates are within the bounds of the score button area. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/ScoreData.java:153
↓ 6 callers
Method
browse
(URI uri)
core/src/fluddokt/opsu/fake/Desktop.java:30
↓ 6 callers
Method
close
Notification that the overlay was closed. @param userChanged true if the user was changed
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:70
↓ 6 callers
Method
debug
(String string)
core/src/fluddokt/opsu/fake/Log.java:71
↓ 6 callers
Method
dispose
()
core/src/itdelatrisu/opsu/GameImage.java:983
↓ 6 callers
Method
doStateActionOnLoad
Performs an action based on a menu state upon entering this state. @param menuState the menu state determining the action
core/src/itdelatrisu/opsu/states/SongMenu.java:2141
↓ 6 callers
Method
drawRect
(float x, float y, float w, float h)
core/src/fluddokt/opsu/fake/Graphics.java:109
↓ 6 callers
Method
drawTexture
(TextureRegion tex, float x, float y, float wid, float hei, float rotation)
core/src/fluddokt/opsu/fake/Graphics.java:186
↓ 6 callers
Method
getArtist
Returns the song artist. If configured, the Unicode string will be returned instead. @return the song artist
core/src/itdelatrisu/opsu/beatmap/Beatmap.java:284
↓ 6 callers
Method
getBeatLength
Returns the beat length.
core/src/itdelatrisu/opsu/states/Game.java:2250
↓ 6 callers
Method
getBeatmapDir
Returns the beatmap directory. If invalid, this will attempt to search for the directory, and if nothing found, will create one. @return the beatmap d
core/src/itdelatrisu/opsu/options/Options.java:1472
↓ 6 callers
Method
getCurvePoints
Returns the points along the curve.
core/src/itdelatrisu/opsu/objects/curves/Curve.java:122
↓ 6 callers
Method
getFont
Returns the TrueTypeFont for this UnicodeFont. @return The AWT Font being rendered
core/src/org/newdawn/slick/UnicodeFont.java:821
← previous
next →
201–300 of 2,826, ranked by callers