MCPcopy Create free account

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

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

↓ 2 callersMethodcreateFont
Utility to create a Java font for a TTF file reference @param ttfFileRef The file system or classpath location of the TrueTypeFont file. @return The
core/src/org/newdawn/slick/UnicodeFont.java:87
↓ 2 callersMethodcreateSkinList
Creates the list of available skins.
core/src/itdelatrisu/opsu/options/Options.java:397
↓ 2 callersMethodcreateStar
Creates a new star with randomized properties.
core/src/itdelatrisu/opsu/ui/StarStream.java:226
↓ 2 callersMethodcreateUser
(UserDB foundUser)
core/src/fluddokt/ex/DynamoDB/DynamoDB.java:47
↓ 2 callersMethodcurrent
Returns the current sort. @return the current sort
core/src/itdelatrisu/opsu/beatmap/BeatmapSortOrder.java:50
↓ 2 callersMethoddeactivate
Deactivates the component.
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:474
↓ 2 callersMethoddelete
()
core/src/fluddokt/opsu/fake/File.java:170
↓ 2 callersMethoddeleteDirectory
Recursively deletes all files and folders in a directory, then deletes the directory itself. @param dir the directory to delete
core/src/itdelatrisu/opsu/Utils.java:510
↓ 2 callersMethoddeleteScore
Deletes the given score from the database. @param data the score to delete
core/src/itdelatrisu/opsu/db/ScoreDB.java:264
↓ 2 callersMethoddeleteSongGroup
Deletes a song group from the list, and also deletes the beatmap directory associated with the node. @param node the node containing the song group to
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:147
↓ 2 callersMethoddeleteToTrash
Deletes a file or directory. If a system trash directory is available, the file or directory will be moved there instead. @param file the file or dir
core/src/itdelatrisu/opsu/Utils.java:478
↓ 2 callersMethoddestroyExtraClips
Destroys all extra clips.
core/src/itdelatrisu/opsu/audio/MultiClip.java:252
↓ 2 callersMethoddiscardGeometry
Discards the slider cache (only used for mmsliders).
core/src/itdelatrisu/opsu/objects/curves/Curve.java:223
↓ 2 callersMethoddispose
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:388
↓ 2 callersMethoddispose
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer3.java:304
↓ 2 callersMethoddownloadAreaContains
Returns true if the coordinates are within the bounds of the download information button area. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:232
↓ 2 callersMethoddrawFPS
Draws the FPS at the bottom-right corner of the game container. If the option is not activated, this will do nothing.
core/src/itdelatrisu/opsu/ui/UI.java:206
↓ 2 callersMethoddrawFixedSizeSymbolString
Draws a string of scoreSymbols of fixed width. @param str the string to draw @param x the starting x coordinate @param y the y coordinate @param scale
core/src/itdelatrisu/opsu/GameData.java:572
↓ 2 callersMethoddrawGameElements
Draws game elements: scorebar, score, score percentage, map progress circle, mod icons, combo count, combo burst, hit error bar, and grade. @param
core/src/itdelatrisu/opsu/GameData.java:607
↓ 2 callersMethoddrawHitObjects
Draws hit objects, hit results, and follow points. @param g the graphics context @param trackPosition the track position
core/src/itdelatrisu/opsu/states/Game.java:1844
↓ 2 callersMethoddrawHitResults
Draws stored hit results and removes them from the list as necessary. @param trackPosition the current track position (in ms) @param over true if draw
core/src/itdelatrisu/opsu/GameData.java:1033
↓ 2 callersMethoddrawTooltip
Draws a tooltip, if any, near the current mouse coordinates, bounded by the container dimensions. @param g the graphics context
core/src/itdelatrisu/opsu/ui/UI.java:378
↓ 2 callersMethoddrawVolume
Draws the volume bar on the middle right-hand side of the game container. Only draws if the volume has recently been changed using with {@link #change
core/src/itdelatrisu/opsu/ui/UI.java:229
↓ 2 callersMethodendUse
End the use of this sprite sheet and release the lock. @see #startUse
core/src/org/newdawn/slick/Image.java:1397
↓ 2 callersMethodenter
(GameContainer container, StateBasedGame game)
core/src/itdelatrisu/opsu/states/Game.java:1581
↓ 2 callersMethoderrorAndExit
Throws an error and exits the application with the given message. @param e the exception that caused the crash @param message the message to display @
core/src/itdelatrisu/opsu/Opsu.java:331
↓ 2 callersMethodexecute
(Callable<Boolean> c)
core/src/itdelatrisu/opsu/states/GameRanking.java:457
↓ 2 callersMethodfillArc
(float x, float y, float w, float h, float start, float end)
core/src/fluddokt/opsu/fake/Graphics.java:121
↓ 2 callersMethodfilter
(ScoreData in)
core/src/itdelatrisu/opsu/leaderboard/LeaderboardMode.java:188
↓ 2 callersMethodfireMouseClicked
Notify listeners that the mouse button has been clicked @param button The button that has been clicked @param x The location at which the button was
core/src/org/newdawn/slick/Input.java:1550
↓ 2 callersMethodfreeMap
Clear the cache of all the mappings. This does not actually delete the cached framebuffers, it merely frees them all up to get mapped anew.
core/src/itdelatrisu/opsu/render/FrameBufferCache.java:95
↓ 2 callersMethodgameKeyPressed
Handles a game key pressed event. @param keys the game keys pressed @param x the mouse x coordinate @param y the mouse y coordinate @param trackPositi
core/src/itdelatrisu/opsu/states/Game.java:1478
↓ 2 callersMethodgameKeyReleased
Handles a game key released event. @param keys the game keys released @param x the mouse x coordinate @param y the mouse y coordinate @param trackPosi
core/src/itdelatrisu/opsu/states/Game.java:1564
↓ 2 callersMethodget
Get the {@code Rendertarget} mapped to {@code obj}. @param obj the hit object @return the {@code Rendertarget} if there's one mapped to {@code obj}, o
core/src/itdelatrisu/opsu/render/FrameBufferCache.java:78
↓ 2 callersMethodgetALPosition
Return the current playing position in the sound @return The current position in seconds.
core/src/org/newdawn/slick/openal/OpenALStreamPlayer.java:406
↓ 2 callersMethodgetAccuracy
Returns the user's total accuracy.
core/src/itdelatrisu/opsu/user/User.java:162
↓ 2 callersMethodgetAdditionSampleSet
Returns the 'addition' sample set at the given index. @param index the index (for sliders, ignored otherwise) @return the sample set, or 0 if none ava
core/src/itdelatrisu/opsu/beatmap/HitObject.java:526
↓ 2 callersMethodgetAlpha
()
core/src/fluddokt/opsu/fake/Color.java:110
↓ 2 callersMethodgetAnimation
Returns the associated animation.
core/src/itdelatrisu/opsu/ui/MenuButton.java:200
↓ 2 callersMethodgetApproachTime
Returns the object approach time, in milliseconds.
core/src/itdelatrisu/opsu/states/Game.java:2224
↓ 2 callersMethodgetBeatmapFromHash
Returns the beatmap associated with the given hash. @param beatmapHash the MD5 hash @return the associated beatmap, or {@code null} if no match was fo
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:546
↓ 2 callersMethodgetButtonAtPosition
Returns the button at the given position. @param cx the x coordinate @param cy the y coordinate @return the button, or {@code null} if none
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:801
↓ 2 callersMethodgetCache
()
core/src/itdelatrisu/opsu/leaderboard/LeaderboardMode.java:103
↓ 2 callersMethodgetComboColors
Returns the list of combo colors (max 8).
core/src/itdelatrisu/opsu/skins/Skin.java:320
↓ 2 callersMethodgetComboNumber
Returns the number to display in the hit object. @return the combo number
core/src/itdelatrisu/opsu/beatmap/HitObject.java:477
↓ 2 callersMethodgetComboSkip
Returns the number of extra skips on the combo colors.
core/src/itdelatrisu/opsu/beatmap/HitObject.java:506
↓ 2 callersMethodgetConsecutiveLogins
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:92
↓ 2 callersMethodgetCount
()
core/src/itdelatrisu/opsu/ui/badges/Badge.java:51
↓ 2 callersMethodgetCurrentScoreData
Returns a ScoreData object encapsulating all current game data. @param beatmap the beatmap @param slidingScore if true, use the display score (might n
core/src/itdelatrisu/opsu/GameData.java:1688
↓ 2 callersMethodgetCurve
Returns the underlying curve.
core/src/itdelatrisu/opsu/objects/Slider.java:837
↓ 2 callersMethodgetCurvesCount
Returns the number of points along the curve.
core/src/itdelatrisu/opsu/objects/curves/CurveType.java:80
↓ 2 callersMethodgetDesktopDisplayMode
()
core/src/fluddokt/opsu/fake/Display.java:13
↓ 2 callersMethodgetDisplayName
Returns the option name, as displayed in the configuration file. @return the display name string
core/src/itdelatrisu/opsu/options/Options.java:817
↓ 2 callersMethodgetDownloadDir
()
core/src/fluddokt/ex/DeviceInfo.java:9
↓ 2 callersMethodgetEdgeHitSoundType
Returns the edge hit sound type. @param index the slider edge index (ignored for non-sliders) @return the sound type (SOUND_ bitmask)
core/src/itdelatrisu/opsu/beatmap/HitObject.java:352
↓ 2 callersMethodgetEmptyMessage
Returns the message to display if this list is empty. @return the message, or null if none
core/src/itdelatrisu/opsu/beatmap/BeatmapGroup.java:154
↓ 2 callersMethodgetEndAngle
Returns the angle of the first control point.
core/src/itdelatrisu/opsu/objects/curves/Curve.java:201
↓ 2 callersMethodgetEndTime
Returns the spinner end time. @return the end time (in ms)
core/src/itdelatrisu/opsu/beatmap/HitObject.java:453
↓ 2 callersMethodgetEnvironmentInfoForIssue
Returns environment information formatted in markdown (for issue reports).
core/src/itdelatrisu/opsu/ErrorHandler.java:214
↓ 2 callersMethodgetEquation
Returns the animation equation being used.
core/src/itdelatrisu/opsu/ui/animations/AnimatedValue.java:101
↓ 2 callersMethodgetExtension
Returns the file extension of a file. @param file the file name
core/src/itdelatrisu/opsu/beatmap/BeatmapParser.java:800
↓ 2 callersMethodgetFormat
()
core/src/fluddokt/opsu/fake/Image.java:299
↓ 2 callersMethodgetFrameCount
()
core/src/fluddokt/opsu/fake/Animation.java:65
↓ 2 callersMethodgetFriendLimit
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:87
↓ 2 callersMethodgetFriendNames
Gets the name's of all the user's friends.
core/src/itdelatrisu/opsu/user/User.java:147
↓ 2 callersMethodgetFriends
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:107
↓ 2 callersMethodgetHardReset
()
core/src/fluddokt/ex/DeviceInfo.java:13
↓ 2 callersMethodgetHeight
@see org.newdawn.slick.Font#getHeight(java.lang.String)
core/src/org/newdawn/slick/UnicodeFont.java:759
↓ 2 callersMethodgetHeight
Get the height of the game canvas @return The height of the game canvas
core/src/org/newdawn/slick/GameContainer.java:454
↓ 2 callersMethodgetHeight
Get the height of the component @return The height of the component
core/src/org/newdawn/slick/gui/TextField.java:221
↓ 2 callersMethodgetHeight
()
core/src/fluddokt/opsu/fake/Animation.java:46
↓ 2 callersMethodgetHiddenDecayTime
Returns the object decay time in the "Hidden" mod, in milliseconds.
core/src/itdelatrisu/opsu/states/Game.java:2234
↓ 2 callersMethodgetHiddenTimeDiff
Returns the time before the hit object time by which the objects have completely faded in the "Hidden" mod, in milliseconds.
core/src/itdelatrisu/opsu/states/Game.java:2240
↓ 2 callersMethodgetHitCirleScale
()
core/src/itdelatrisu/opsu/options/Options.java:1217
↓ 2 callersMethodgetHitSoundVolume
Returns the default hit sound volume. @return the hit sound volume [0, 1]
core/src/itdelatrisu/opsu/options/Options.java:1107
↓ 2 callersMethodgetIconCount
Returns the total number of user icons.
core/src/itdelatrisu/opsu/user/UserButton.java:101
↓ 2 callersMethodgetIconImage
Returns the user icon image with the given identifier, or the default image if invalid.
core/src/itdelatrisu/opsu/user/UserButton.java:95
↓ 2 callersMethodgetImage
(int i)
core/src/fluddokt/opsu/fake/Animation.java:69
↓ 2 callersMethodgetImageFileName
Returns the image file name, with extension, by first looking through the given directory and then the default resource locations (unless dirOnly is t
core/src/itdelatrisu/opsu/GameImage.java:633
↓ 2 callersMethodgetIndex
Returns the associated file index.
core/src/itdelatrisu/opsu/states/SongMenu.java:177
↓ 2 callersMethodgetIndex
Returns the sample set index. @return the index
core/src/itdelatrisu/opsu/audio/HitSound.java:72
↓ 2 callersMethodgetInfo
Returns an array of strings containing beatmap information. <ul> <li>0: {Artist} - {Title} [{Version}] <li>1: Mapped by {Creator} <li>2: Length: {} B
core/src/itdelatrisu/opsu/beatmap/BeatmapSet.java:81
↓ 2 callersMethodgetKeyIndex
(String value)
core/src/fluddokt/opsu/fake/Keyboard.java:16
↓ 2 callersMethodgetLastInfo
()
core/src/fluddokt/opsu/fake/Image.java:210
↓ 2 callersMethodgetLastLogin
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:102
↓ 2 callersMethodgetLineHeight
()
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:332
↓ 2 callersMethodgetLineWidth
()
core/src/fluddokt/opsu/fake/Graphics.java:314
↓ 2 callersMethodgetLuminance
Returns the luminance of a color. @param c the color
core/src/itdelatrisu/opsu/Utils.java:235
↓ 2 callersMethodgetMapScoresExcluding
Retrieves the game scores for a beatmap while excluding a score. @param beatmap the beatmap @param exclude the filename (replay string) of the score t
core/src/itdelatrisu/opsu/db/ScoreDB.java:343
↓ 2 callersMethodgetMenuImage
Returns the large size grade image scaled for song menu use.
core/src/itdelatrisu/opsu/GameData.java:143
↓ 2 callersMethodgetModString
Returns a comma-separated string of mod names of active mods in the given state. @param state the state (bitwise OR of active mods)
core/src/itdelatrisu/opsu/GameMod.java:288
↓ 2 callersMethodgetModifier
Returns the speed modifier. @return the speed
core/src/itdelatrisu/opsu/replay/PlaybackSpeed.java:84
↓ 2 callersMethodgetName
Returns the name of the mod. @return the name
core/src/itdelatrisu/opsu/GameMod.java:357
↓ 2 callersMethodgetOggStream
Get the Sound based on a specified OGG file @param ref The reference to the OGG file in the classpath @return The Sound read from the OGG file @throw
core/src/org/newdawn/slick/openal/SoundStore.java:777
↓ 2 callersMethodgetPassedPlays
Returns the user's total passed play count.
core/src/itdelatrisu/opsu/user/User.java:165
↓ 2 callersMethodgetPlaysPassed
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:122
↓ 2 callersMethodgetPlaysTotal
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:127
↓ 2 callersMethodgetPointAt
Returns the point at the t value between a start and end point. @param startX the starting x coordinate @param startY the starting y coordinate @param
core/src/itdelatrisu/opsu/states/Game.java:2404
↓ 2 callersMethodgetPositionAtTime
Returns the coordinates of the slider at a given track position. @param time the track position
core/src/itdelatrisu/opsu/beatmap/BeatmapDifficultyCalculator.java:542
↓ 2 callersMethodgetProgress
Returns the download completion percentage, or -1f if an error has occurred.
core/src/itdelatrisu/opsu/downloads/Download.java:382
← previousnext →701–800 of 2,826, ranked by callers