MCPcopy Create free account

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

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

↓ 9 callersMethodgetFileHandle
(String file)
core/src/fluddokt/opsu/fake/ResourceLoader.java:17
↓ 9 callersMethodgetIOFile
()
core/src/fluddokt/opsu/fake/File.java:187
↓ 9 callersMethodgetMinValue
Returns the minimum integer value for this option, if applicable. @return the minimum integer value
core/src/itdelatrisu/opsu/options/Options.java:853
↓ 9 callersMethodgetRandomNode
Returns a random base node.
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:307
↓ 9 callersMethodgetSelectedBeatmap
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 callersMethodgetWidth
Returns the screen width.
core/src/itdelatrisu/opsu/options/Options.java:1003
↓ 9 callersMethodglobalKeyPressed
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 callersMethodglobalMouseWheelMoved
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 callersMethodinfo
()
core/src/fluddokt/opsu/fake/Image.java:590
↓ 9 callersMethodisParallaxEnabled
Returns whether parallax is enabled. @return true if enabled
core/src/itdelatrisu/opsu/options/Options.java:1328
↓ 9 callersMethodpressed
Call this when the mouse button has been pressed.
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:188
↓ 9 callersMethodset
Sets the x and y components of this vector. @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:47
↓ 9 callersMethodsetImage
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 callersMethodsetMenuState
Changes the menu state. @param menuState the new menu state
core/src/itdelatrisu/opsu/states/ButtonMenu.java:841
↓ 9 callersMethodsetPitch
Sets the music pitch (and speed). @param pitch the new pitch
core/src/itdelatrisu/opsu/audio/MusicController.java:462
↓ 9 callersMethodtoString
Returns a formatted string: "Artist - Title [Version]" @see java.lang.Object#toString()
core/src/itdelatrisu/opsu/beatmap/Beatmap.java:422
↓ 9 callersMethodtoggle
(GameContainer container)
core/src/itdelatrisu/opsu/options/Options.java:379
↓ 9 callersMethoduseUnicodeMetadata
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 callersMethodactivate
Activates the component.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:223
↓ 8 callersMethoddispose
()
core/src/fluddokt/opsu/fake/Music.java:139
↓ 8 callersMethoddrawSmall
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 callersMethoddrawSymbolString
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 callersMethodenter
Resets the necessary UI components upon entering a state.
core/src/itdelatrisu/opsu/ui/UI.java:156
↓ 8 callersMethodgetButtonOffset
Returns the download results button offset. @return the offset
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:218
↓ 8 callersMethodgetHealth
Returns the current health percentage.
core/src/itdelatrisu/opsu/beatmap/Health.java:98
↓ 8 callersMethodgetInfoHeight
Returns the download info height. @return the height
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:224
↓ 8 callersMethodgetMaxValue
Returns the maximum integer value for this option, if applicable. @return the maximum integer value
core/src/itdelatrisu/opsu/options/Options.java:859
↓ 8 callersMethodgetNode
Returns the song node being processed, or null if none.
core/src/itdelatrisu/opsu/states/ButtonMenu.java:872
↓ 8 callersMethodgetPath
()
core/src/fluddokt/opsu/fake/File.java:174
↓ 8 callersMethodglClear
(int mask)
core/src/fluddokt/opsu/fake/gl/GL11.java:81
↓ 8 callersMethodglEnd
()
core/src/fluddokt/opsu/fake/gl/GL11.java:128
↓ 8 callersMethodisCircle
Returns whether or not the hit object is a circle. @return true if circle
core/src/itdelatrisu/opsu/beatmap/HitObject.java:483
↓ 8 callersMethodisExperimentalSliderStyle
Returns whether or not to use the experimental slider style. @return true if enabled
core/src/itdelatrisu/opsu/options/Options.java:1253
↓ 8 callersMethodisTrackLoading
Returns true if a track is being loaded.
core/src/itdelatrisu/opsu/audio/MusicController.java:210
↓ 8 callersMethodloadFont
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 callersMethodpause
Pauses the current track.
core/src/itdelatrisu/opsu/audio/MusicController.java:320
↓ 8 callersMethodresetSearchTimer
Resets the search timer, but respects the minimum request interval.
core/src/itdelatrisu/opsu/states/DownloadsMenu.java:1083
↓ 8 callersMethodsendSliderTickResult
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 callersMethodsetFocus
(boolean focus)
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:1016
↓ 8 callersMethodsetX
Sets a new center x coordinate. @param x the x coordinate
core/src/itdelatrisu/opsu/ui/MenuButton.java:157
↓ 8 callersMethodtoString
()
core/src/itdelatrisu/opsu/options/Options.java:1023
↓ 8 callersMethodtoString
()
core/src/org/newdawn/slick/Image.java:1423
↓ 8 callersMethodupdate
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 callersMethodwrap
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 callersMethodchangeUser
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 callersMethodcontains
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 callersMethodcreate
Creates a new instance of this class (overwriting any previous instance).
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:83
↓ 7 callersMethoddestroy
Destroys the MultiClip and releases all resources.
core/src/itdelatrisu/opsu/audio/MultiClip.java:229
↓ 7 callersMethoddispose
()
core/src/fluddokt/opsu/fake/Image.java:314
↓ 7 callersMethoddragged
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 callersMethoddrawEmbedded
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 callersMethoderror
(String string, Throwable e)
core/src/fluddokt/opsu/fake/GameOpsu.java:231
↓ 7 callersMethodgetBadge
Returns the badge at the given index.
core/src/itdelatrisu/opsu/ui/badges/BadgeGroup.java:59
↓ 7 callersMethodgetControllerCount
Get a count of the number of controlles available @return The number of controllers available
core/src/org/newdawn/slick/Input.java:854
↓ 7 callersMethodgetDesktop
()
core/src/fluddokt/opsu/fake/Desktop.java:24
↓ 7 callersMethodgetGaussian
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 callersMethodgetHeight
(String str)
core/src/fluddokt/opsu/fake/Font.java:77
↓ 7 callersMethodgetID
Returns the beatmap set ID.
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:343
↓ 7 callersMethodgetImportDir
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 callersMethodgetMusicVolume
Returns the default music volume. @return the volume [0, 1]
core/src/itdelatrisu/opsu/options/Options.java:1095
↓ 7 callersMethodgetTargetFPS
Returns the target frame rate. @return the target FPS
core/src/itdelatrisu/opsu/options/Options.java:1060
↓ 7 callersMethodgetTitle
(GameContainer container, StateBasedGame game)
core/src/itdelatrisu/opsu/states/ButtonMenu.java:77
↓ 7 callersMethodgetWidth
Returns the width of this notification.
core/src/itdelatrisu/opsu/ui/NotificationManager.java:115
↓ 7 callersMethodgetWidth
(String str)
core/src/fluddokt/opsu/fake/Font.java:85
↓ 7 callersMethodgetWidth
(String str)
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:301
↓ 7 callersMethodglBegin
()
core/src/fluddokt/opsu/fake/gl/GL11.java:134
↓ 7 callersMethodglDisableVertexAttribArray
(int index)
core/src/fluddokt/opsu/fake/gl/GL20.java:44
↓ 7 callersMethodglEnableVertexAttribArray
(int index)
core/src/fluddokt/opsu/fake/gl/GL20.java:23
↓ 7 callersMethodhasFocus
Check if the game currently has focus @return True if the game currently has focus
core/src/org/newdawn/slick/GameContainer.java:888
↓ 7 callersMethodisDestroyed
Check if this image has been destroyed @return True if this image has been destroyed
core/src/org/newdawn/slick/Image.java:1537
↓ 7 callersMethodisMouseButtonDown
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 callersMethodisRepeatEvent
()
core/src/fluddokt/opsu/fake/Keyboard.java:7
↓ 7 callersMethodisTrackDimmed
Returns whether or not the volume of the current track, if any, has been dimmed.
core/src/itdelatrisu/opsu/audio/MusicController.java:501
↓ 7 callersMethodisValidUserName
Returns whether the given name is a valid user name.
core/src/itdelatrisu/opsu/user/UserList.java:159
↓ 7 callersMethodlocal
(String name)
core/src/fluddokt/opsu/fake/File.java:121
↓ 7 callersMethodplayAt
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 callersMethodplayClip
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 callersMethodreadShort
Reads a 2-byte little endian value.
core/src/itdelatrisu/opsu/io/OsuReader.java:82
↓ 7 callersMethodretrieveCredentials
()
core/src/fluddokt/ex/DynamoDB/DynamoDB.java:31
↓ 7 callersMethodscrollToPosition
Scrolls to the position. @param newPosition the position to scroll to
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:150
↓ 7 callersMethodsetAllowOverScroll
Enable or disable the overscrolling flag. @param allowOverScroll whether or not to allow overscrolling
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:71
↓ 7 callersMethodsetBound
(int x, int y, int w, int h)
core/src/fluddokt/opsu/fake/TextField.java:119
↓ 7 callersMethodsetPlayState
Sets the play state. @param state the new play state
core/src/itdelatrisu/opsu/states/Game.java:2209
↓ 7 callersMethodsetPosition
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 callersMethodsyncPosition
()
core/src/fluddokt/opsu/fake/Music.java:85
↓ 7 callersMethodupdateUser
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 callersMethodwrite
()
core/src/itdelatrisu/opsu/options/Options.java:258
↓ 6 callersMethodareaContains
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 callersMethodbrowse
(URI uri)
core/src/fluddokt/opsu/fake/Desktop.java:30
↓ 6 callersMethodclose
Notification that the overlay was closed. @param userChanged true if the user was changed
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:70
↓ 6 callersMethoddebug
(String string)
core/src/fluddokt/opsu/fake/Log.java:71
↓ 6 callersMethoddispose
()
core/src/itdelatrisu/opsu/GameImage.java:983
↓ 6 callersMethoddoStateActionOnLoad
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 callersMethoddrawRect
(float x, float y, float w, float h)
core/src/fluddokt/opsu/fake/Graphics.java:109
↓ 6 callersMethoddrawTexture
(TextureRegion tex, float x, float y, float wid, float hei, float rotation)
core/src/fluddokt/opsu/fake/Graphics.java:186
↓ 6 callersMethodgetArtist
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 callersMethodgetBeatLength
Returns the beat length.
core/src/itdelatrisu/opsu/states/Game.java:2250
↓ 6 callersMethodgetBeatmapDir
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 callersMethodgetCurvePoints
Returns the points along the curve.
core/src/itdelatrisu/opsu/objects/curves/Curve.java:122
↓ 6 callersMethodgetFont
Returns the TrueTypeFont for this UnicodeFont. @return The AWT Font being rendered
core/src/org/newdawn/slick/UnicodeFont.java:821
← previousnext →201–300 of 2,826, ranked by callers