Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideWaveLength/Minecraft-Hack-BaseClient
/ functions
Functions
20,760 in github.com/OxideWaveLength/Minecraft-Hack-BaseClient
⨍
Functions
20,760
◇
Types & classes
2,619
↓ 26 callers
Method
set_volume
( int vol )
minecraft/ibxm/Channel.java:75
↓ 26 callers
Method
toArray
(Class<? super T> clazz, Iterable<? extends T> it)
minecraft/net/minecraft/util/Cartesian.java:28
↓ 26 callers
Method
toString
()
minecraft/net/minecraft/stats/StatBase.java:129
↓ 25 callers
Method
drawModalRectWithCustomSizedTexture
Draws a textured rectangle at z = 0. Args: x, y, u, v, width, height, textureWidth, textureHeight
minecraft/net/minecraft/client/gui/Gui.java:176
↓ 25 callers
Method
entityDropItem
Drops an item at the position of the entity.
minecraft/net/minecraft/entity/Entity.java:1565
↓ 25 callers
Method
getFrontOffsetY
()
minecraft/net/minecraft/util/EnumFacing.java:208
↓ 25 callers
Method
getId
returns the ID of the potion
minecraft/net/minecraft/potion/Potion.java:140
↓ 25 callers
Method
getNameForObject
Gets the name we use to identify the given object.
minecraft/net/minecraft/util/RegistryNamespaced.java:33
↓ 25 callers
Method
getPointCount
Get the number of points in this polygon @return The number of points in this polygon
minecraft/org/newdawn/slick/geom/Shape.java:273
↓ 25 callers
Method
getProperties
()
minecraft/net/minecraft/block/state/IBlockState.java:19
↓ 25 callers
Method
getType
(String p_148580_0_)
minecraft/net/minecraft/client/audio/SoundList.java:101
↓ 25 callers
Method
getUnlocalizedName
Returns the unlocalized name of this item.
minecraft/net/minecraft/item/Item.java:273
↓ 25 callers
Method
isInvisible
()
minecraft/net/minecraft/entity/Entity.java:1871
↓ 25 callers
Method
isSpectator
Returns true if the player is in spectator mode.
minecraft/net/minecraft/entity/player/EntityPlayer.java:1933
↓ 25 callers
Method
put
(String p_put_1_, V p_put_2_)
minecraft/net/minecraft/server/management/LowerStringMap.java:32
↓ 25 callers
Method
scale
Scale this vector by a value @param a The value to scale this vector by @return This vector - useful for chaining operations
minecraft/org/newdawn/slick/geom/Vector2f.java:268
↓ 25 callers
Method
spawnAsEntity
Spawns the given ItemStack as an EntityItem into the World at the given position
minecraft/net/minecraft/block/Block.java:567
↓ 24 callers
Method
clamp_double
(double num, double min, double max)
minecraft/net/minecraft/util/MathHelper.java:137
↓ 24 callers
Method
dropPlayerItemWithRandomChoice
Args: itemstack, flag
minecraft/net/minecraft/entity/player/EntityPlayer.java:729
↓ 24 callers
Method
equals
(Object p_equals_1_)
minecraft/net/minecraft/util/Vec3i.java:28
↓ 24 callers
Method
getEntityWorld
Get the world, if available. <b>{@code null} is not allowed!</b> If you are not an entity in the world, return the overworld
minecraft/net/minecraft/command/ICommandSender.java:48
↓ 24 callers
Method
getJsonObject
Gets the given JsonElement as a JsonObject. Expects the second parameter to be the name of the element's field if an error message needs to be thrown.
minecraft/net/minecraft/util/JsonUtils.java:178
↓ 24 callers
Method
getLightFor
(EnumSkyBlock type, BlockPos pos)
minecraft/net/minecraft/world/World.java:655
↓ 24 callers
Method
getMainModel
()
minecraft/net/minecraft/client/renderer/entity/RenderPlayer.java:40
↓ 24 callers
Method
getVolume
()
minecraft/net/minecraft/client/audio/ISound.java:12
↓ 24 callers
Method
isKeyDown
Check if a particular key is down @param code The key code of the key to check @return True if the key is down
minecraft/org/newdawn/slick/Input.java:753
↓ 24 callers
Method
isShiftKeyDown
Returns true if either shift key is down
minecraft/net/minecraft/client/gui/GuiScreen.java:592
↓ 24 callers
Method
matches
Used to check if a recipe matches current crafting inventory
minecraft/net/minecraft/item/crafting/IRecipe.java:11
↓ 24 callers
Method
setActiveTexture
(int texture)
minecraft/net/minecraft/client/renderer/GlStateManager.java:257
↓ 23 callers
Method
addGame
Add a game to the box @param game The game to add to the test box
minecraft/org/newdawn/slick/tests/TestBox.java:43
↓ 23 callers
Method
disableCull
()
minecraft/net/minecraft/client/renderer/GlStateManager.java:175
↓ 23 callers
Method
enableCull
()
minecraft/net/minecraft/client/renderer/GlStateManager.java:171
↓ 23 callers
Method
getBlockById
(int id)
minecraft/net/minecraft/block/Block.java:156
↓ 23 callers
Method
getBlockStateFromPos
(World worldIn, int x, int y, int z, StructureBoundingBox boundingboxIn)
minecraft/net/minecraft/world/gen/structure/StructureComponent.java:471
↓ 23 callers
Method
getCollidingBoundingBoxes
(Entity entityIn, AxisAlignedBB bb)
minecraft/net/minecraft/world/World.java:1033
↓ 23 callers
Method
getGrowingAge
The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each ti
minecraft/net/minecraft/entity/EntityAgeable.java:75
↓ 23 callers
Method
getKey
()
minecraft/net/minecraft/crash/CrashReportCategory.java:238
↓ 23 callers
Method
getSlimeSize
Returns the size of the slime.
minecraft/net/minecraft/entity/monster/EntitySlime.java:63
↓ 23 callers
Method
isPlayerSleeping
Returns whether player is sleeping or not
minecraft/net/minecraft/entity/player/EntityPlayer.java:1456
↓ 23 callers
Method
loadItemStackFromNBT
(NBTTagCompound nbt)
minecraft/net/minecraft/item/ItemStack.java:99
↓ 23 callers
Method
loadRenderers
Loads all the renderers and sets up the basic settings usage
minecraft/net/minecraft/client/renderer/RenderGlobal.java:476
↓ 23 callers
Method
playSoundAtEntity
Plays a sound at the entity's position. Args: entity, sound, volume (relative to 1.0), and frequency (or pitch, also relative to 1.0).
minecraft/net/minecraft/world/World.java:874
↓ 23 callers
Method
setPotionName
Set the potion name.
minecraft/net/minecraft/potion/Potion.java:216
↓ 23 callers
Method
size
Get the size of the list @return The size of the list
minecraft/org/newdawn/slick/geom/BasicTriangulator.java:408
↓ 22 callers
Method
addPotionEffect
adds a PotionEffect to the entity
minecraft/net/minecraft/entity/boss/EntityWither.java:495
↓ 22 callers
Method
apply
(Entity p_apply_1_)
minecraft/net/minecraft/entity/monster/IMob.java:10
↓ 22 callers
Method
callBoolean
(ReflectorMethod p_callBoolean_0_, Object... p_callBoolean_1_)
minecraft/optfine/Reflector.java:159
↓ 22 callers
Method
ceiling_float_int
(float value)
minecraft/net/minecraft/util/MathHelper.java:111
↓ 22 callers
Method
create
(String name, int min, int max)
minecraft/net/minecraft/block/properties/PropertyInteger.java:55
↓ 22 callers
Method
draw
Draw this artefact at the given location @param x The x coordinate to draw the artefact at @param y The y coordinate to draw the artefact at
minecraft/org/newdawn/slick/Renderable.java:16
↓ 22 callers
Method
func_181545_F
()
minecraft/net/minecraft/world/World.java:2608
↓ 22 callers
Method
getAttributeValue
()
minecraft/net/minecraft/entity/ai/attributes/IAttributeInstance.java:33
↓ 22 callers
Method
getDoorBlockPos
()
minecraft/net/minecraft/village/VillageDoorInfo.java:65
↓ 22 callers
Method
getEntitiesWithinAABBExcludingEntity
(Entity entityIn, AxisAlignedBB bb)
minecraft/net/minecraft/world/World.java:2465
↓ 22 callers
Method
getEntityItem
Returns the ItemStack corresponding to the Entity (Note: if no item exists, will log an error but still return an ItemStack containing Block.stone)
minecraft/net/minecraft/entity/item/EntityItem.java:375
↓ 22 callers
Method
getFirstNamedElement
Get the first child named as specified from the passed XML element @param element The element whose children are interogated @param name
minecraft/org/newdawn/slick/particles/ParticleIO.java:479
↓ 22 callers
Method
getFront
Get a Facing by it's index (0-5). The order is D-U-N-S-W-E. Named getFront for legacy reasons.
minecraft/net/minecraft/util/EnumFacing.java:241
↓ 22 callers
Method
getHorseType
Returns the horse type. 0 = Normal, 1 = Donkey, 2 = Mule, 3 = Undead Horse, 4 = Skeleton Horse
minecraft/net/minecraft/entity/passive/EntityHorse.java:122
↓ 22 callers
Method
getIntCache
(int p_76445_0_)
minecraft/net/minecraft/world/gen/layer/IntCache.java:14
↓ 22 callers
Method
getResource
(ResourceLocation location)
minecraft/net/minecraft/client/resources/IResourceManager.java:12
↓ 22 callers
Method
getResourceDomain
()
minecraft/net/minecraft/util/ResourceLocation.java:47
↓ 22 callers
Method
getSeed
Returns the seed of current world.
minecraft/net/minecraft/world/storage/WorldInfo.java:336
↓ 22 callers
Method
getSession
()
minecraft/net/minecraft/client/Minecraft.java:2612
↓ 22 callers
Method
glPopMatrix
OpenGL Method - @url http://www.opengl.org/documentation/
minecraft/org/newdawn/slick/opengl/renderer/SGL.java:373
↓ 22 callers
Method
glPushMatrix
OpenGL Method - @url http://www.opengl.org/documentation/
minecraft/org/newdawn/slick/opengl/renderer/SGL.java:368
↓ 22 callers
Method
isAreaLoaded
(BlockPos center, int radius)
minecraft/net/minecraft/world/World.java:253
↓ 22 callers
Method
noPath
If null path or reached the end
minecraft/net/minecraft/pathfinding/PathNavigate.java:259
↓ 22 callers
Method
playAuxSFXAtEntity
(EntityPlayer player, int sfxType, BlockPos pos, int p_180498_4_)
minecraft/net/minecraft/world/World.java:2999
↓ 22 callers
Method
readDouble
()
minecraft/net/minecraft/network/PacketBuffer.java:586
↓ 22 callers
Method
readStat
Reads the given stat and returns its value as an int.
minecraft/net/minecraft/stats/StatFileWriter.java:65
↓ 22 callers
Method
sendPacket
(final Packet packetIn)
minecraft/net/minecraft/network/NetHandlerPlayServer.java:631
↓ 22 callers
Method
writeDouble
(double p_writeDouble_1_)
minecraft/net/minecraft/network/PacketBuffer.java:666
↓ 21 callers
Method
addMapping
Adds a new two-way mapping between the class and its string name in both hashmaps.
minecraft/net/minecraft/tileentity/TileEntity.java:39
↓ 21 callers
Method
alphaFunc
(int func, float ref)
minecraft/net/minecraft/client/renderer/GlStateManager.java:47
↓ 21 callers
Method
closeChannel
Closes the channel, the parameter can be used for an exit message (not certain how it gets sent)
minecraft/net/minecraft/network/NetworkManager.java:297
↓ 21 callers
Method
create
Create a new PropertyDirection with the given name
minecraft/net/minecraft/block/properties/PropertyDirection.java:20
↓ 21 callers
Method
createIntBuffer
Creates an integer buffer to hold specified ints - strictly a utility method @param size how many int to contain @return created IntBuffer
minecraft/org/newdawn/slick/opengl/TextureImpl.java:293
↓ 21 callers
Method
disableDepth
()
minecraft/net/minecraft/client/renderer/GlStateManager.java:87
↓ 21 callers
Method
equals
(Object p_equals_1_)
minecraft/net/minecraft/world/ChunkCoordIntPair.java:36
↓ 21 callers
Method
getInt
Gets the integer value of the given JsonElement. Expects the second parameter to be the name of the element's field if an error message needs to be th
minecraft/net/minecraft/util/JsonUtils.java:147
↓ 21 callers
Method
getLookHelper
()
minecraft/net/minecraft/entity/EntityLiving.java:120
↓ 21 callers
Method
getProxy
()
minecraft/net/minecraft/realms/Realms.java:18
↓ 21 callers
Method
getSlot
(int slotId)
minecraft/net/minecraft/inventory/Container.java:110
↓ 21 callers
Method
getSpawnerWorld
()
minecraft/net/minecraft/tileentity/MobSpawnerBaseLogic.java:321
↓ 21 callers
Method
getTargetMethod
()
minecraft/optfine/ReflectorMethod.java:28
↓ 21 callers
Method
glColor4f
OpenGL Method - @url http://www.opengl.org/documentation/ @param r @param g @param b @param a
minecraft/org/newdawn/slick/opengl/renderer/SGL.java:282
↓ 21 callers
Method
hasCustomName
Returns true if this thing is named
minecraft/net/minecraft/world/IWorldNameable.java:14
↓ 21 callers
Method
isChild
If Animal, checks if the age timer is negative
minecraft/net/minecraft/entity/monster/EntityZombie.java:144
↓ 21 callers
Method
isCtrlKeyDown
Returns true if either windows ctrl key is down or if either mac meta key is down
minecraft/net/minecraft/client/gui/GuiScreen.java:585
↓ 21 callers
Method
isEmpty
()
minecraft/net/minecraft/world/chunk/Chunk.java:931
↓ 21 callers
Method
scheduleUpdate
(BlockPos pos, Block blockIn, int delay)
minecraft/net/minecraft/world/World.java:1332
↓ 21 callers
Method
set
(float p_148090_1_)
minecraft/net/minecraft/client/shader/ShaderUniform.java:78
↓ 21 callers
Method
setAntiAlias
Indicate whether antialiasing should be applied @param antialias True if antialiasing should be applied
minecraft/org/newdawn/slick/opengl/renderer/LineStripRenderer.java:57
↓ 21 callers
Method
setEnabled
Indicate whether the emitter should be enabled @param enabled True if the emitter should be enabled
minecraft/org/newdawn/slick/particles/ParticleEmitter.java:55
↓ 21 callers
Method
setTagCompound
Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
minecraft/net/minecraft/item/ItemStack.java:498
↓ 21 callers
Method
splitStack
Splits off a stack of the given amount of this stack and reduces this stack by the amount.
minecraft/net/minecraft/item/ItemStack.java:116
↓ 21 callers
Method
writeBoolean
(boolean p_writeBoolean_1_)
minecraft/net/minecraft/network/PacketBuffer.java:634
↓ 20 callers
Method
applyBuffer
Apply the current buffer and restart it
minecraft/org/newdawn/slick/opengl/renderer/VAOGLRenderer.java:113
↓ 20 callers
Method
callVoid
(ReflectorMethod p_callVoid_0_, Object... p_callVoid_1_)
minecraft/optfine/Reflector.java:145
↓ 20 callers
Method
clearPathEntity
sets active PathEntity to null
minecraft/net/minecraft/pathfinding/PathNavigate.java:266
← previous
next →
501–600 of 20,760, ranked by callers