MCPcopy Create free account

hub / github.com/OxideWaveLength/Minecraft-Hack-BaseClient / functions

Functions20,760 in github.com/OxideWaveLength/Minecraft-Hack-BaseClient

↓ 17 callersMethodsetBoxRotation
Sets the rotations for a ModelRenderer in the ModelHorse class.
minecraft/net/minecraft/client/model/ModelHorse.java:306
↓ 17 callersMethodsetDead
Will get destroyed next tick.
minecraft/net/minecraft/entity/projectile/EntityFishHook.java:525
↓ 17 callersMethodsetGrowingAge
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:122
↓ 17 callersMethodsetLightmapTextureCoords
Sets the current coordinates of the given lightmap texture
minecraft/net/minecraft/client/renderer/OpenGlHelper.java:715
↓ 17 callersMethodsetMaxStackSize
(int maxStackSize)
minecraft/net/minecraft/item/Item.java:121
↓ 17 callersMethodunsigned_short_le
( byte[] buffer, int offset )
minecraft/ibxm/FastTracker2.java:202
↓ 17 callersMethodwithSuffix
(String builderSuffixIn)
minecraft/net/minecraft/client/renderer/block/statemap/StateMap.java:58
↓ 16 callersMethodaddGameRule
(String key, String value, GameRules.ValueType type)
minecraft/net/minecraft/world/GameRules.java:30
↓ 16 callersMethodaddStat
Adds a value to a statistic field.
minecraft/net/minecraft/entity/player/EntityPlayer.java:1502
↓ 16 callersMethodapplyModifier
(AttributeModifier modifier)
minecraft/net/minecraft/entity/ai/attributes/IAttributeInstance.java:27
↓ 16 callersMethodbindTexture
(int texture)
minecraft/net/minecraft/client/renderer/GlStateManager.java:286
↓ 16 callersMethodchunkXZ2Int
converts a chunk coordinate pair to an integer (suitable for hashing)
minecraft/net/minecraft/world/ChunkCoordIntPair.java:22
↓ 16 callersMethodenableStandardItemLighting
Sets the OpenGL lighting properties to the values used when rendering blocks as items
minecraft/net/minecraft/client/renderer/RenderHelper.java:29
↓ 16 callersMethodgetBoundingBox
()
minecraft/net/minecraft/world/gen/structure/StructureStart.java:26
↓ 16 callersMethodgetByte
Retrieves a byte value using the specified key, or 0 if no such key was stored.
minecraft/net/minecraft/nbt/NBTTagCompound.java:196
↓ 16 callersMethodgetChatComponentFromNthArg
(ICommandSender sender, String[] args, int p_147178_2_)
minecraft/net/minecraft/command/CommandBase.java:241
↓ 16 callersMethodgetCriteria
()
minecraft/net/minecraft/scoreboard/ScoreObjective.java:28
↓ 16 callersMethodgetCurrentServerData
()
minecraft/net/minecraft/client/Minecraft.java:2558
↓ 16 callersMethodgetDifficultyForLocation
(BlockPos pos)
minecraft/net/minecraft/world/World.java:3128
↓ 16 callersMethodgetEnchantmentById
Retrieves an Enchantment from the enchantmentsList
minecraft/net/minecraft/enchantment/Enchantment.java:99
↓ 16 callersMethodgetFinger
()
minecraft/net/minecraft/block/state/pattern/BlockPattern.java:146
↓ 16 callersMethodgetFloat
Gets the float 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 thro
minecraft/net/minecraft/util/JsonUtils.java:116
↓ 16 callersMethodgetGameProfile
Get a GameProfile given the MinecraftServer and the player's username. The UUID of the GameProfile will <b>not</b> be null. If the server is offline,
minecraft/net/minecraft/server/management/PlayerProfileCache.java:83
↓ 16 callersMethodgetHeight
Get the height of this image @return The height of this image
minecraft/org/newdawn/slick/Image.java:1183
↓ 16 callersMethodgetInterpolatedU
Gets a U coordinate on the icon. 0 returns uMin and 16 returns uMax. Other arguments return in-between values.
minecraft/net/minecraft/client/renderer/texture/TextureAtlasSprite.java:157
↓ 16 callersMethodgetKeyDisplayString
Represents a key or mouse button as a string. Args: key
minecraft/net/minecraft/client/settings/GameSettings.java:299
↓ 16 callersMethodgetKeys
()
minecraft/net/minecraft/util/RegistrySimple.java:40
↓ 16 callersMethodgetLightFromNeighbors
(BlockPos pos)
minecraft/net/minecraft/world/World.java:531
↓ 16 callersMethodgetMovementOffsets
Returns a double[3] array with movement offsets, used to calculate trailing tail/neck positions. [0] = yaw offset, [1] = y offset, [2] = unused, alway
minecraft/net/minecraft/entity/boss/EntityDragon.java:111
↓ 16 callersMethodgetNetHandler
()
minecraft/net/minecraft/client/Minecraft.java:2142
↓ 16 callersMethodgetTextureWidth
Get the width of the actual texture @return The width of the actual texture
minecraft/org/newdawn/slick/opengl/Texture.java:69
↓ 16 callersMethodgetY
Get the Y coordinate
minecraft/net/minecraft/util/Vec3i.java:57
↓ 16 callersMethodgetZ
Get the Z coordinate
minecraft/net/minecraft/util/Vec3i.java:64
↓ 16 callersMethodglRotatef
OpenGL Method - @url http://www.opengl.org/documentation/ @param angle @param x @param y @param z
minecraft/org/newdawn/slick/opengl/renderer/SGL.java:317
↓ 16 callersMethodisDirectory
(String path)
minecraft/me/wavelength/baseclient/utils/Files.java:57
↓ 16 callersMethodisEntityAlive
Checks whether target entity is alive.
minecraft/net/minecraft/entity/EntityLivingBase.java:961
↓ 16 callersMethodisFramebufferEnabled
()
minecraft/net/minecraft/client/renderer/OpenGlHelper.java:740
↓ 16 callersMethodisHardcoreModeEnabled
Returns true if hardcore mode is enabled, otherwise false
minecraft/net/minecraft/world/storage/WorldInfo.java:546
↓ 16 callersMethodisRaining
Returns true if the current rain strength is greater than 0.2
minecraft/net/minecraft/world/World.java:2938
↓ 16 callersMethodisSneaking
Returns if this entity is sneaking.
minecraft/net/minecraft/client/entity/EntityPlayerSP.java:592
↓ 16 callersMethodisSneaking
Returns if this entity is sneaking.
minecraft/net/minecraft/entity/Entity.java:1846
↓ 16 callersMethodmouseReleased
(int slotIndex, int x, int y, int mouseEvent, int relativeX, int relativeY)
minecraft/net/minecraft/client/gui/GuiListExtended.java:80
↓ 16 callersMethodparseBlockPos
(ICommandSender sender, String[] args, int startIndex, boolean centerBlock)
minecraft/net/minecraft/command/CommandBase.java:93
↓ 16 callersMethodrotateY
Rotate this Facing around the Y axis clockwise (NORTH => EAST => SOUTH => WEST => NORTH)
minecraft/net/minecraft/util/EnumFacing.java:112
↓ 16 callersMethodroundUpToPowerOfTwo
Returns the input value rounded up to the next highest power of two.
minecraft/net/minecraft/util/MathHelper.java:270
↓ 16 callersMethodselectServer
(int index)
minecraft/net/minecraft/client/gui/GuiMultiplayer.java:323
↓ 16 callersMethodsetAvoidsWater
(boolean avoidsWater)
minecraft/net/minecraft/pathfinding/PathNavigateGround.java:217
↓ 16 callersMethodsetHasSubtypes
(boolean hasSubtypes)
minecraft/net/minecraft/item/Item.java:174
↓ 16 callersMethodsetItemDamage
(int meta)
minecraft/net/minecraft/item/ItemStack.java:250
↓ 15 callersMethodaddSmeltingRecipeForBlock
Adds a smelting recipe, where the input item is an instance of Block.
minecraft/net/minecraft/item/crafting/FurnaceRecipes.java:66
↓ 15 callersMethodaddVector
Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector.
minecraft/net/minecraft/util/Vec3.java:77
↓ 15 callersMethodbindEntityTexture
(T entity)
minecraft/net/minecraft/client/renderer/entity/Render.java:76
↓ 15 callersMethodblocksMovement
()
minecraft/net/minecraft/block/material/Material.java:39
↓ 15 callersMethodcanCommandSenderUseCommand
Returns true if the given command sender is allowed to use this command.
minecraft/net/minecraft/command/ICommand.java:28
↓ 15 callersMethodcanSeeSky
(BlockPos pos)
minecraft/net/minecraft/world/World.java:493
↓ 15 callersMethodcontains
(Object p_contains_1_)
minecraft/optfine/NextTickHashSet.java:31
↓ 15 callersMethodcreate
Creates a WaveData container from the specified url @param path URL to file @return WaveData containing data, or null if a failure occured
minecraft/org/newdawn/slick/openal/WaveData.java:93
↓ 15 callersMethoddecrStackSize
Removes up to a specified number of items from an inventory slot and returns them in a new stack.
minecraft/net/minecraft/inventory/IInventory.java:22
↓ 15 callersMethoddetectAndSendChanges
Looks for changes made in the container, sends them to every listener.
minecraft/net/minecraft/inventory/Container.java:74
↓ 15 callersMethoddisableFog
()
minecraft/net/minecraft/client/renderer/GlStateManager.java:139
↓ 15 callersMethoddrawTextBox
Draws the textbox
minecraft/net/minecraft/client/gui/GuiTextField.java:424
↓ 15 callersMethodenableGUIStandardItemLighting
Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
minecraft/net/minecraft/client/renderer/RenderHelper.java:71
↓ 15 callersMethodfunc_150526_a
(World worldIn, int p_150526_2_, int p_150526_3_, int p_150526_4_)
minecraft/net/minecraft/world/gen/feature/WorldGenCanopyTree.java:171
↓ 15 callersMethodfunc_181070_c
()
minecraft/net/minecraft/block/BlockPlanks.java:93
↓ 15 callersMethodgetAttribute
Get the value specified for a given attribute on this element @param name The name of the attribute whose value should be retrieved @return The value
minecraft/org/newdawn/slick/util/xml/XMLElement.java:64
↓ 15 callersMethodgetCustomColors
(String p_getCustomColors_0_, String[] p_getCustomColors_1_, int p_getCustomColors_2_)
minecraft/optfine/CustomColorizer.java:314
↓ 15 callersMethodgetFontSize
()
minecraft/me/wavelength/baseclient/font/Font.java:53
↓ 15 callersMethodgetHeldItem
Returns the item that this EntityLiving is holding, if any.
minecraft/net/minecraft/entity/player/EntityPlayer.java:1901
↓ 15 callersMethodgetItemDamage
()
minecraft/net/minecraft/item/ItemStack.java:242
↓ 15 callersMethodgetMaxDamage
Returns the max damage an item in the stack can take.
minecraft/net/minecraft/item/ItemStack.java:261
↓ 15 callersMethodgetMouseY
Get the y position of the mouse cursor @return The y position of the mouse cursor
minecraft/org/newdawn/slick/Input.java:789
↓ 15 callersMethodgetName
Gets the name of this command sender (usually username, but possibly "Rcon")
minecraft/net/minecraft/entity/player/EntityPlayer.java:1880
↓ 15 callersMethodgetNextOffset
()
minecraft/net/minecraft/client/renderer/vertex/VertexFormat.java:132
↓ 15 callersMethodgetPlayer
(ICommandSender sender, String username)
minecraft/net/minecraft/command/CommandBase.java:151
↓ 15 callersMethodgetSaveLoader
Returns back a loader for the specified save directory
minecraft/net/minecraft/world/storage/ISaveFormat.java:17
↓ 15 callersMethodgetTextureHeight
Get the height of the actual texture @return The height of the actual texture
minecraft/org/newdawn/slick/opengl/Texture.java:62
↓ 15 callersMethodgetWorldTime
()
minecraft/net/minecraft/world/World.java:2804
↓ 15 callersMethodgetX
Get the X coordinate
minecraft/net/minecraft/util/Vec3i.java:50
↓ 15 callersMethodglBindTexture
OpenGL Method - @url http://www.opengl.org/documentation/ @param target @param id
minecraft/org/newdawn/slick/opengl/renderer/SGL.java:254
↓ 15 callersMethodisItemStackDamageable
true if this itemStack is damageable
minecraft/net/minecraft/item/ItemStack.java:227
↓ 15 callersMethodisLiquidInStructureBoundingBox
checks the entire StructureBoundingBox for Liquids
minecraft/net/minecraft/world/gen/structure/StructureComponent.java:127
↓ 15 callersMethodisReplaceable
Whether this Block can be replaced directly by other blocks (true for e.g. tall grass)
minecraft/net/minecraft/block/Block.java:339
↓ 15 callersMethodisSpectator
Returns true if the player is in spectator mode.
minecraft/net/minecraft/client/entity/AbstractClientPlayer.java:48
↓ 15 callersMethodjoinNiceString
Creates a linguistic series joining the input objects together. Examples: 1) {} --> "", 2) {"Steve"} --> "Steve", 3) {"Steve", "Phil"} --> "Steve and
minecraft/net/minecraft/command/CommandBase.java:415
↓ 15 callersMethodmarkBlockRangeForRenderUpdate
On the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z
minecraft/net/minecraft/world/IWorldAccess.java:16
↓ 15 callersMethodnotifyBlockOfStateChange
(BlockPos pos, final Block blockIn)
minecraft/net/minecraft/world/World.java:465
↓ 15 callersMethodonPickupFromSlot
(EntityPlayer playerIn, ItemStack stack)
minecraft/net/minecraft/inventory/Slot.java:59
↓ 15 callersMethodparse
()
minecraft/net/minecraft/nbt/JsonToNBT.java:295
↓ 15 callersMethodplaceDoor
(World worldIn, Random p_74990_2_, StructureBoundingBox p_74990_3_, StructureStrongholdPieces.Stronghold.Door
minecraft/net/minecraft/world/gen/structure/StructureStrongholdPieces.java:1222
↓ 15 callersMethodplay
Start this stream playing @param loop True if the stream should loop @throws IOException Indicates a failure to read from the stream
minecraft/org/newdawn/slick/openal/OpenALStreamPlayer.java:135
↓ 15 callersMethodrandomlyPlaceBlock
(World worldIn, StructureBoundingBox boundingboxIn, Random rand, float chance, int x, int y, int z, IBlockStat
minecraft/net/minecraft/world/gen/structure/StructureComponent.java:546
↓ 15 callersMethodsetBackground
Set the background colour of the graphics context. This colour is used when clearing the context. Note that calling this method alone does not cause t
minecraft/org/newdawn/slick/Graphics.java:286
↓ 15 callersMethodsetByte
Stores a new NBTTagByte with the given byte value into the map with the given string key.
minecraft/net/minecraft/nbt/NBTTagCompound.java:77
↓ 15 callersMethodsetFire
Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
minecraft/net/minecraft/entity/Entity.java:508
↓ 15 callersMethodsetFocused
Sets focus to this gui element
minecraft/net/minecraft/client/gui/GuiTextField.java:570
↓ 15 callersMethodsetNoPushMobility
This type of material can't be pushed, but pistons can move over it.
minecraft/net/minecraft/block/material/Material.java:182
↓ 15 callersMethodtextboxKeyTyped
Call this method from your GuiScreen to process the keys into the textbox
minecraft/net/minecraft/client/gui/GuiTextField.java:289
↓ 15 callersMethodupdate
Update the state's logic based on the amount of time thats passed @param container The container holding the game @param game The game holding this s
minecraft/org/newdawn/slick/state/GameState.java:50
↓ 15 callersMethodwhere
(IProperty<V> property, Predicate<? extends V> is)
minecraft/net/minecraft/block/state/pattern/BlockStateHelper.java:42
↓ 15 callersMethodwriteToNBT
Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting).
minecraft/net/minecraft/entity/player/InventoryPlayer.java:463
← previousnext →701–800 of 20,760, ranked by callers