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
↓ 18 callers
Method
getWidth
()
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:397
↓ 18 callers
Method
isFile
()
core/src/fluddokt/opsu/fake/File.java:94
↓ 18 callers
Method
remove
(Image img)
core/src/fluddokt/opsu/fake/Image.java:86
↓ 18 callers
Method
setAlpha
Sets the alpha levels of the overlay. @param mainAlpha alpha value of the main elements @param navigationAlpha alpha value of the navigation bar eleme
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:413
↓ 18 callers
Method
setHoverExpand
Sets the "expand" hover effect.
core/src/itdelatrisu/opsu/ui/MenuButton.java:375
↓ 17 callers
Method
deactivate
Deactivates the component.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:226
↓ 17 callers
Method
glEnable
(int cap)
core/src/fluddokt/opsu/fake/gl/GL11.java:85
↓ 17 callers
Method
parseBoolean
Parses the integer string argument as a boolean: {@code 1} is {@code true}, and all other values are {@code false}. @param s the {@code String} contai
core/src/itdelatrisu/opsu/Utils.java:735
↓ 17 callers
Method
updateTooltip
Sets or updates a tooltip for drawing. Must be called with {@link #drawTooltip(Graphics)}. @param delta the delta interval since the last call @param
core/src/itdelatrisu/opsu/ui/UI.java:365
↓ 16 callers
Method
changeHealth
Changes the current health by the given value.
core/src/itdelatrisu/opsu/beatmap/Health.java:113
↓ 16 callers
Method
getBeatmap
Returns the beatmap associated with the current track.
core/src/itdelatrisu/opsu/audio/MusicController.java:222
↓ 16 callers
Method
getGraphics
()
core/src/fluddokt/opsu/fake/Graphics.java:209
↓ 16 callers
Method
setHoverFade
Sets the "fade" hover effect.
core/src/itdelatrisu/opsu/ui/MenuButton.java:403
↓ 15 callers
Method
clear
()
core/src/fluddokt/opsu/fake/Graphics.java:270
↓ 15 callers
Method
getName
Returns the name of the skin.
core/src/itdelatrisu/opsu/skins/Skin.java:216
↓ 15 callers
Method
getRepeatCount
Returns the slider repeat count. @return the repeat count
core/src/itdelatrisu/opsu/beatmap/HitObject.java:412
↓ 15 callers
Method
setClip
Sets the hit sound Clip for the sample type. @param s the sample set @param clip the Clip
core/src/itdelatrisu/opsu/audio/HitSound.java:121
↓ 15 callers
Method
setColor
(Color ncolor)
core/src/fluddokt/opsu/fake/Graphics.java:79
↓ 14 callers
Method
close
Close the stream @see java.io.InputStream#close() @throws IOException Indicates a failure to access the resource
core/src/org/newdawn/slick/openal/AudioInputStream.java:98
↓ 14 callers
Method
coalesce
(T one, T two)
core/src/fluddokt/ex/DynamoDB/DynamoDB.java:180
↓ 14 callers
Method
getImages
Returns the image array associated with this resource. The beatmap skin images takes priority over the default images.
core/src/itdelatrisu/opsu/GameImage.java:779
↓ 14 callers
Method
glGetBoolean
(int pname)
core/src/fluddokt/opsu/fake/gl/GL11.java:93
↓ 14 callers
Method
isFinished
Returns true only if this thread has completed execution.
core/src/itdelatrisu/opsu/states/SongMenu.java:261
↓ 14 callers
Method
isPlaying
Returns true if the current track is playing.
core/src/itdelatrisu/opsu/audio/MusicController.java:306
↓ 14 callers
Method
pointAt
Returns the point on the curve at a value t. @param t the t value [0, 1] @return the position vector
core/src/itdelatrisu/opsu/objects/curves/Curve.java:129
↓ 14 callers
Method
trackExists
Returns true if a track is loaded.
core/src/itdelatrisu/opsu/audio/MusicController.java:217
↓ 13 callers
Method
drawLine
(float x1, float y1, float x2, float y2)
core/src/fluddokt/opsu/fake/Graphics.java:150
↓ 13 callers
Method
getBackButton
Returns the back button instance.
core/src/itdelatrisu/opsu/ui/UI.java:176
↓ 13 callers
Method
getClip
Returns the Clip associated with the sound component. @return the Clip
core/src/itdelatrisu/opsu/audio/SoundController.java:69
↓ 13 callers
Method
getEndTime
Returns the end time of the hit object. @return the end time, in milliseconds
core/src/itdelatrisu/opsu/objects/GameObject.java:71
↓ 13 callers
Method
getParentFile
()
core/src/fluddokt/opsu/fake/File.java:154
↓ 13 callers
Method
getScoreSymbolImage
Returns a score text symbol image for a character. @param c the character [0-9,.%x]
core/src/itdelatrisu/opsu/GameData.java:497
↓ 13 callers
Method
isSpinner
Returns whether or not the hit object is a spinner. @return true if spinner
core/src/itdelatrisu/opsu/beatmap/HitObject.java:495
↓ 13 callers
Method
setValue
(int value)
core/src/itdelatrisu/opsu/options/Options.java:534
↓ 13 callers
Method
sub
Subtracts a vector from this vector. @param o the other vector @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:89
↓ 13 callers
Method
toString
()
core/src/fluddokt/opsu/fake/File.java:191
↓ 12 callers
Method
changeHealthForHit
Changes the current health value based on a hit. @param type the hit type (HIT_ constants)
core/src/itdelatrisu/opsu/beatmap/Health.java:122
↓ 12 callers
Method
clear
Clear out the sound store contents
core/src/org/newdawn/slick/openal/SoundStore.java:113
↓ 12 callers
Method
clearClip
()
core/src/fluddokt/opsu/fake/Graphics.java:227
↓ 12 callers
Method
contains
Checks if the coordinates are within the image bounds. @param x the x coordinate @param y the y coordinate @return true if within bounds
core/src/itdelatrisu/opsu/beatmap/BeatmapGroup.java:191
↓ 12 callers
Method
draw
Draws the global UI components: cursor, FPS, volume bar, tooltips, bar notifications. @param g the graphics context
core/src/itdelatrisu/opsu/ui/UI.java:130
↓ 12 callers
Method
fillRoundRect
(float x, float y, float w, float h, float m)
core/src/fluddokt/opsu/fake/Graphics.java:137
↓ 12 callers
Method
getButtonOffset
Returns the Buttons Offset
core/src/itdelatrisu/opsu/ScoreData.java:129
↓ 12 callers
Method
getInstance
There should only ever be one framebuffer cache, this function returns that one framebuffer cache instance. If there was no instance created already t
core/src/itdelatrisu/opsu/render/FrameBufferCache.java:148
↓ 12 callers
Method
getMasterVolume
Returns the master volume level. @return the volume [0, 1]
core/src/itdelatrisu/opsu/options/Options.java:1077
↓ 12 callers
Method
getX
Returns the scaled x coordinate of the control point at index i. @param i the control point index
core/src/itdelatrisu/opsu/objects/curves/Curve.java:212
↓ 12 callers
Method
getY
Returns the scaled y coordinate of the control point at index i. @param i the control point index
core/src/itdelatrisu/opsu/objects/curves/Curve.java:218
↓ 12 callers
Method
glGetInteger
(int pname)
core/src/fluddokt/opsu/fake/gl/GL11.java:64
↓ 12 callers
Method
glTexParameteri
(int target, int pname, int param)
core/src/fluddokt/opsu/fake/gl/GL11.java:120
↓ 12 callers
Method
hasBeatmapSkinImage
Returns whether a beatmap skin image is currently loaded. @return true if a beatmap skin image exists
core/src/itdelatrisu/opsu/GameImage.java:952
↓ 12 callers
Method
isGameplay
Returns whether or not this object is used for gameplay. @return true if gameplay, false if score viewing
core/src/itdelatrisu/opsu/GameData.java:1762
↓ 12 callers
Method
isSlider
Returns whether or not the hit object is a slider. @return true if slider
core/src/itdelatrisu/opsu/beatmap/HitObject.java:489
↓ 12 callers
Method
mapDifficultyRange
Maps a difficulty value to the given range. @param difficulty the difficulty value @param min the min @param mid the mid @param max the max @author pe
core/src/itdelatrisu/opsu/Utils.java:330
↓ 12 callers
Method
setHoverAnimationDuration
Sets the hover animation duration. @param duration the duration, in milliseconds
core/src/itdelatrisu/opsu/ui/MenuButton.java:348
↓ 12 callers
Method
start
Plays the clip with the specified volume. @param volume the volume the play at @param listener the line listener @throws LineUnavailableException if a
core/src/itdelatrisu/opsu/audio/MultiClip.java:134
↓ 12 callers
Method
toString
()
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:484
↓ 12 callers
Method
update
(LineEvent event)
core/src/fluddokt/opsu/fake/LineListener.java:5
↓ 11 callers
Method
contains
Checks if the coordinates are within the image bounds. @param x the x coordinate @param y the y coordinate @return true if within bounds
core/src/itdelatrisu/opsu/GameMod.java:434
↓ 11 callers
Method
delete
Deletes the beatmap entry from the database. @param dir the directory @param file the file
core/src/itdelatrisu/opsu/db/BeatmapDB.java:766
↓ 11 callers
Method
getCursor
Returns the game cursor.
core/src/itdelatrisu/opsu/ui/UI.java:166
↓ 11 callers
Method
getName
Returns the category name.
core/src/itdelatrisu/opsu/options/OptionGroup.java:174
↓ 11 callers
Method
getName
Returns the sort name. @return the name
core/src/itdelatrisu/opsu/beatmap/BeatmapSortOrder.java:168
↓ 11 callers
Method
getPointAt
Returns the coordinates of the hit object at a given track position. @param trackPosition the track position @return the position vector
core/src/itdelatrisu/opsu/objects/GameObject.java:65
↓ 11 callers
Method
glBindBuffer
(int target, int buffer)
core/src/fluddokt/opsu/fake/gl/GL15.java:13
↓ 11 callers
Method
glDisable
(int cap)
core/src/fluddokt/opsu/fake/gl/GL11.java:89
↓ 11 callers
Method
interrupt
Interrupt the query and prevent the results from being processed, if not already complete.
core/src/itdelatrisu/opsu/states/DownloadsMenu.java:238
↓ 11 callers
Method
isAcceptingInput
()
core/src/fluddokt/opsu/fake/gui/GInputListener.java:38
↓ 11 callers
Method
isLeadIn
Returns whether or not the track is in the lead-in time state.
core/src/itdelatrisu/opsu/states/Game.java:2219
↓ 11 callers
Method
isVisible
Returns whether or not this group should be visible.
core/src/itdelatrisu/opsu/options/OptionGroup.java:189
↓ 11 callers
Method
leave
(GameContainer container, StateBasedGame game)
core/src/itdelatrisu/opsu/states/ButtonMenu.java:89
↓ 11 callers
Method
listFiles
()
core/src/fluddokt/opsu/fake/File.java:129
↓ 11 callers
Method
released
Call this when the mouse button has been released.
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:199
↓ 11 callers
Method
resume
Resumes the current track.
core/src/itdelatrisu/opsu/audio/MusicController.java:330
↓ 10 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/options/OptionsOverlay.java:438
↓ 10 callers
Method
flush
()
core/src/fluddokt/opsu/fake/Graphics.java:244
↓ 10 callers
Method
getBadges
Returns the related options.
core/src/itdelatrisu/opsu/ui/badges/BadgeGroup.java:56
↓ 10 callers
Method
getHeight
Returns the screen height.
core/src/itdelatrisu/opsu/options/Options.java:1006
↓ 10 callers
Method
getHeight
()
core/src/fluddokt/opsu/fake/Image.java:391
↓ 10 callers
Method
getHeight
(String str)
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:290
↓ 10 callers
Method
getResourceAsStream
(String file)
core/src/fluddokt/opsu/fake/ResourceLoader.java:70
↓ 10 callers
Method
getT
Returns the t value based on the given track position. @param trackPosition the current track position @param raw if false, ensures that the value lie
core/src/itdelatrisu/opsu/objects/Slider.java:824
↓ 10 callers
Method
getWidth
()
core/src/fluddokt/opsu/fake/Image.java:395
↓ 10 callers
Method
getX
Returns the center x coordinate.
core/src/itdelatrisu/opsu/ui/MenuButton.java:168
↓ 10 callers
Method
getXMultiplier
Returns the X multiplier for coordinates.
core/src/itdelatrisu/opsu/beatmap/HitObject.java:182
↓ 10 callers
Method
getY
Returns the center y coordinate.
core/src/itdelatrisu/opsu/ui/MenuButton.java:173
↓ 10 callers
Method
isInherited
Returns whether or not this timing point is inherited. @return the inherited
core/src/itdelatrisu/opsu/beatmap/TimingPoint.java:154
↓ 10 callers
Method
isValidLine
Returns false if the line is too short or commented.
core/src/itdelatrisu/opsu/beatmap/BeatmapParser.java:775
↓ 10 callers
Method
len
Returns the length of this vector.
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:135
↓ 10 callers
Method
mkdir
()
core/src/fluddokt/opsu/fake/File.java:178
↓ 10 callers
Method
mousePressed
Processes a mouse click. @param x the x coordinate of the mouse @param y the y coordinate of the mouse @param trackPosition the track position @return
core/src/itdelatrisu/opsu/objects/GameObject.java:58
↓ 10 callers
Method
setHoverAnimationEquation
Sets the hover animation equation. @param eqn the equation to use
core/src/itdelatrisu/opsu/ui/MenuButton.java:362
↓ 10 callers
Method
setMinMax
Set the minimum and maximum bound. @param min the minimum bound @param max the maximum bound
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:221
↓ 10 callers
Method
setRotation
Set the angle to rotate this image to. The angle will be normalized to be {@literal 0 <= angle < 360}. The image will be rotated around its center.
core/src/org/newdawn/slick/Image.java:956
↓ 10 callers
Method
setSSLCertValidation
Switches validation of SSL certificates on or off by installing a default all-trusting {@link TrustManager}. @param enabled whether to validate SSL ce
core/src/itdelatrisu/opsu/Utils.java:814
↓ 10 callers
Method
size
Returns the number of elements.
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:114
↓ 10 callers
Method
translate
Translate an unsigned int into a signed integer @param b The byte to convert @return The integer value represented by the byte
core/src/org/newdawn/slick/Image.java:1455
↓ 9 callers
Method
addState
(BasicGameState gs)
core/src/fluddokt/opsu/fake/StateBasedGame.java:83
↓ 9 callers
Method
createIntBuffer
(int i)
core/src/fluddokt/opsu/fake/BufferUtils.java:10
↓ 9 callers
Method
error
Indication that an error has occurred.
core/src/itdelatrisu/opsu/downloads/Download.java:97
↓ 9 callers
Method
getBit
Returns the bit associated with the mod. @return the bit
core/src/itdelatrisu/opsu/GameMod.java:338
← previous
next →
101–200 of 2,826, ranked by callers