A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AABBPool - Class in net.minecraft.util
 
AABBPool(int, int) - Constructor for class net.minecraft.util.AABBPool
 
abs(float) - Static method in class net.minecraft.util.MathHelper
 
abs_int(int) - Static method in class net.minecraft.util.MathHelper
Returns the unsigned value of an int.
abs_max(double, double) - Static method in class net.minecraft.util.MathHelper
Maximum of the absolute value of two numbers.
AbsorbMax - Variable in class net.minecraftforge.common.ISpecialArmor.ArmorProperties
 
AbsorbRatio - Variable in class net.minecraftforge.common.ISpecialArmor.ArmorProperties
 
AbstractClientPlayer - Class in net.minecraft.client.entity
 
AbstractClientPlayer(World, String) - Constructor for class net.minecraft.client.entity.AbstractClientPlayer
 
AbstractResourcePack - Class in net.minecraft.client.resources
 
AbstractResourcePack(File) - Constructor for class net.minecraft.client.resources.AbstractResourcePack
 
AbstractTexture - Class in net.minecraft.client.renderer.texture
 
AbstractTexture() - Constructor for class net.minecraft.client.renderer.texture.AbstractTexture
 
accelerationX - Variable in class net.minecraft.entity.projectile.EntityFireball
 
accelerationY - Variable in class net.minecraft.entity.projectile.EntityFireball
 
accelerationZ - Variable in class net.minecraft.entity.projectile.EntityFireball
 
acceptableMinecraftVersionRange() - Method in class cpw.mods.fml.common.DummyModContainer
 
acceptableMinecraftVersionRange() - Method in class cpw.mods.fml.common.FMLModContainer
 
acceptableMinecraftVersionRange() - Method in class cpw.mods.fml.common.InjectedModContainer
 
acceptableMinecraftVersionRange() - Method in interface cpw.mods.fml.common.ModContainer
 
acceptableMinecraftVersionRange() - Method in class cpw.mods.fml.common.modloader.ModLoaderModContainer
 
accepted - Variable in class net.minecraft.network.packet.Packet106Transaction
 
acceptOptions(List<String>, File, File, String) - Method in class cpw.mods.fml.common.launcher.FMLTweaker
 
acceptVersion(String) - Method in class cpw.mods.fml.common.modloader.ModLoaderNetworkHandler
 
acceptVersion(String) - Method in class cpw.mods.fml.common.network.NetworkModHandler
 
acceptVersion(String) - Method in class net.minecraftforge.common.network.ForgeNetworkHandler
 
AccessTransformer - Class in cpw.mods.fml.common.asm.transformers
 
AccessTransformer() - Constructor for class cpw.mods.fml.common.asm.transformers.AccessTransformer
 
Achievement - Class in net.minecraft.stats
 
Achievement(int, String, int, int, Item, Achievement) - Constructor for class net.minecraft.stats.Achievement
 
Achievement(int, String, int, int, Block, Achievement) - Constructor for class net.minecraft.stats.Achievement
 
Achievement(int, String, int, int, ItemStack, Achievement) - Constructor for class net.minecraft.stats.Achievement
 
AchievementList - Class in net.minecraft.stats
 
AchievementList() - Constructor for class net.minecraft.stats.AchievementList
 
achievementList - Static variable in class net.minecraft.stats.AchievementList
Holds a list of all registered achievements.
AchievementMap - Class in net.minecraft.stats
 
AchievementPage - Class in net.minecraftforge.common
 
AchievementPage(String, Achievement...) - Constructor for class net.minecraftforge.common.AchievementPage
 
acquireIron - Static variable in class net.minecraft.stats.AchievementList
Is the 'acquire hardware' achievement.
action - Variable in class net.minecraft.entity.ai.EntityAITaskEntry
The EntityAIBase object.
action - Variable in class net.minecraft.network.packet.Packet102WindowClick
A unique number for the action, used for transaction handling
action - Variable in class net.minecraft.network.packet.Packet19EntityAction
1=start sneaking, 2=stop sneaking, 3=wake up, 4=start sprinting, 5=stop sprinting, 6 = horse jump?, 7 = open horse GUI
action - Variable in class net.minecraftforge.event.entity.player.PlayerInteractEvent
 
actionPerformed(GuiButton) - Method in class cpw.mods.fml.client.GuiScrollingList
 
actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiScreenSelectLocation
Fired when a control is clicked.
actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiSlot
 
actionType - Variable in class net.minecraft.network.packet.Packet132TileEntityData
The type of update to perform on the tile entity.
activateBlockOrUseItem(EntityPlayer, World, ItemStack, int, int, int, int, float, float, float) - Method in class net.minecraft.item.ItemInWorldManager
Activate the clicked on block, otherwise use the held item.
activateBlockOrUseItem(EntityPlayer, World, ItemStack, int, int, int, int, float, float, float) - Method in class net.minecraft.world.demo.DemoWorldManager
Activate the clicked on block, otherwise use the held item.
activeChunkSet - Variable in class net.minecraft.world.World
Positions to update
activeContainer() - Method in class cpw.mods.fml.common.LoadController
 
activeModContainer() - Method in class cpw.mods.fml.common.Loader
 
ActiveRenderInfo - Class in net.minecraft.client.renderer
 
ActiveRenderInfo() - Constructor for class net.minecraft.client.renderer.ActiveRenderInfo
 
add(long, Object) - Method in class net.minecraft.util.LongHashMap
Add a key-value pair.
addAchievementDesc(Achievement, String, String) - Static method in class net.minecraft.src.ModLoader
Adds localization info for an achievement, Not used on the server.
addAction(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addAllFuel(int, int) - Static method in class net.minecraft.src.ModLoader
Deprecated.
addAllRenderers(Map<Class<? extends Entity>, Render>) - Static method in class net.minecraft.src.ModLoader
Deprecated.
addAnnotationArray(String) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
addAnnotationEnumProperty(String, String, String) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
addAnnotationProperty(String, Object) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
addArmor(String) - Static method in class net.minecraft.src.ModLoader
Adds a new prefix to the armor texture list RenderingRegistry.addNewArmourRendererPrefix(String)
addArmorMaterial(String, int, int[], int) - Static method in class net.minecraftforge.common.EnumHelper
 
addArray(String) - Method in class cpw.mods.fml.common.discovery.asm.ModAnnotation
 
addArt(String, String, int, int, int, int) - Static method in class net.minecraftforge.common.EnumHelper
 
addASMData(ModCandidate, String, String, String, Map<String, Object>) - Method in class cpw.mods.fml.common.discovery.ASMDataTable
 
addBiome(BiomeGenBase) - Static method in class cpw.mods.fml.common.registry.GameRegistry
 
addBiome(BiomeGenBase) - Static method in class net.minecraft.src.ModLoader
This method adds the supplied biome to the set of candidate biomes for the default world generator type.
addBlacksmithItem(MerchantRecipeList, int, Random, float) - Static method in class net.minecraft.entity.passive.EntityVillager
 
addBlockCrashInfo(CrashReportCategory, int, int, int, int, int) - Static method in class net.minecraft.crash.CrashReportCategory
 
addBlockDestroyEffects(World, int, int, int, int, EffectRenderer) - Method in class net.minecraft.block.Block
Spawn particles for when the block is destroyed.
addBlockDestroyEffects(int, int, int, int, int) - Method in class net.minecraft.client.particle.EffectRenderer
 
addBlockEvent(int, int, int, int, int, int) - Method in class net.minecraft.world.World
Adds a block event with the given Args to the blockEventCache.
addBlockEvent(int, int, int, int, int, int) - Method in class net.minecraft.world.WorldServer
Adds a block event with the given Args to the blockEventCache.
addBlockHitEffects(World, MovingObjectPosition, EffectRenderer) - Method in class net.minecraft.block.Block
Spawn a digging particle effect in the world, this is a wrapper around EffectRenderer.addBlockHitEffects to allow the block more control over the particles.
addBlockHitEffects(int, int, int, int) - Method in class net.minecraft.client.particle.EffectRenderer
Adds block hit particles for the specified block.
addBlockHitEffects(int, int, int, MovingObjectPosition) - Method in class net.minecraft.client.particle.EffectRenderer
 
addBox(String, float, float, float, int, int, int) - Method in class net.minecraft.client.model.ModelRenderer
 
addBox(float, float, float, int, int, int) - Method in class net.minecraft.client.model.ModelRenderer
 
addBox(float, float, float, int, int, int, float) - Method in class net.minecraft.client.model.ModelRenderer
Creates a textured box.
addChatMessage(String) - Method in class net.minecraft.client.entity.EntityPlayerSP
Add a chat message to the player
addChatMessage(String) - Method in class net.minecraft.entity.player.EntityPlayer
Add a chat message to the player
addChatMessage(String) - Method in class net.minecraft.entity.player.EntityPlayerMP
Add a chat message to the player
addChild(ModelRenderer) - Method in class net.minecraft.client.model.ModelRenderer
Sets the current box's rotation points and rotation angles to another box.
addChildAnnotation(String, String) - Method in class cpw.mods.fml.common.discovery.asm.ModAnnotation
 
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.Block
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockBrewingStand
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockCauldron
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockEndPortal
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockEndPortalFrame
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockFence
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockHalfSlab
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockHopper
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockLilyPad
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockPane
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockPistonBase
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockPistonExtension
Adds all intersecting collision boxes to a list.
addCollisionBoxesToList(World, int, int, int, AxisAlignedBB, List, Entity) - Method in class net.minecraft.block.BlockStairs
Adds all intersecting collision boxes to a list.
addCommand(ICommand) - Static method in class cpw.mods.fml.common.modloader.ModLoaderHelper
 
addCommand(ICommand) - Static method in class net.minecraft.src.ModLoader
 
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentMineshaftCorridor
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentMineshaftCross
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentMineshaftRoom
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentMineshaftStairs
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCorridor
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCorridor2
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCorridor3
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCorridor4
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCorridor5
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCrossing
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCrossing2
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeCrossing3
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeEnd
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeEntrance
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeNetherStalkRoom
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeStairs
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeStraight
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentNetherBridgeThrone
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentScatteredFeatureDesertPyramid
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentScatteredFeatureJunglePyramid
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentScatteredFeatureSwampHut
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdChestCorridor
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdCorridor
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdCrossing
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdLeftTurn
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdLibrary
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdPortalRoom
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdPrison
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdRightTurn
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdRoomCrossing
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdStairs
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdStairsStraight
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentStrongholdStraight
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageChurch
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageField
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageField2
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageHall
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageHouse1
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageHouse2
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageHouse3
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageHouse4_Garden
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillagePathGen
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageTorch
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageWell
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.ComponentVillageWoodHut
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addComponentParts(World, Random, StructureBoundingBox) - Method in class net.minecraft.world.gen.structure.StructureComponent
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
addConfigProperty(Object, String, String, Property.Type) - Static method in class net.minecraftforge.common.ForgeChunkManager
 
addContainer(ModContainer) - Method in class cpw.mods.fml.common.discovery.ASMDataTable
 
addCoord(double, double, double) - Method in class net.minecraft.util.AxisAlignedBB
Adds the coordinates to the bounding box extending it if the point lies outside the current ranges.
addCopy(long, int) - Method in class cpw.mods.fml.repackage.com.nothome.delta.DebugDiffWriter
 
addCopy(long, int) - Method in interface cpw.mods.fml.repackage.com.nothome.delta.DiffWriter
Add a GDIFF copy instruction.
addCopy(long, int) - Method in class cpw.mods.fml.repackage.com.nothome.delta.GDiffWriter
 
addCraftingToCrafters(ICrafting) - Method in class net.minecraft.inventory.Container
 
addCraftingToCrafters(ICrafting) - Method in class net.minecraft.inventory.ContainerBeacon
 
addCraftingToCrafters(ICrafting) - Method in class net.minecraft.inventory.ContainerBrewingStand
 
addCraftingToCrafters(ICrafting) - Method in class net.minecraft.inventory.ContainerEnchantment
 
addCraftingToCrafters(ICrafting) - Method in class net.minecraft.inventory.ContainerFurnace
 
addCraftingToCrafters(ICrafting) - Method in class net.minecraft.inventory.ContainerMerchant
 
addCraftingToCrafters(ICrafting) - Method in class net.minecraft.inventory.ContainerRepair
 
addCrashSection(String, Object) - Method in class net.minecraft.crash.CrashReportCategory
Adds a Crashreport section with the given name with the given value (convered .toString())
addCrashSectionCallable(String, Callable) - Method in class net.minecraft.crash.CrashReportCategory
Adds a Crashreport section with the given name with the value set to the result of the given Callable;
addCrashSectionThrowable(String, Throwable) - Method in class net.minecraft.crash.CrashReportCategory
Adds a Crashreport section with the given name with the given Throwable
addCreativeItems(ArrayList) - Method in class net.minecraft.block.Block
Deprecated.
addCreatureAttribute(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addCreatureType(String, Class, int, Material, boolean) - Static method in class net.minecraftforge.common.EnumHelper
 
addCurativeItem(ItemStack) - Method in class net.minecraft.potion.PotionEffect
Adds the given stack to list of curative items for the potion effect
addCustomCategoryComment(String, String) - Method in class net.minecraftforge.common.Configuration
 
addData(byte) - Method in class cpw.mods.fml.repackage.com.nothome.delta.DebugDiffWriter
 
addData(byte) - Method in interface cpw.mods.fml.repackage.com.nothome.delta.DiffWriter
Add a GDIFF data instruction.
addData(byte) - Method in class cpw.mods.fml.repackage.com.nothome.delta.GDiffWriter
Adds a data byte.
addData(String, Object) - Method in class net.minecraft.profiler.PlayerUsageSnooper
Adds information to the report
addDispenserBehavior(Item, IBehaviorDispenseItem) - Static method in class net.minecraft.src.ModLoader
Add a behaviour to the dispenser
addDoor(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addDungeonMob(String, int) - Static method in class net.minecraftforge.common.DungeonHooks
Adds a mob to the possible list of creatures the spawner will create.
addEdge(T, T) - Method in class cpw.mods.fml.common.toposort.TopologicalSort.DirectedGraph
 
addedToChunk - Variable in class net.minecraft.entity.Entity
Has this entity been added to the chunk its within
addEffect(EntityFX) - Method in class net.minecraft.client.particle.EffectRenderer
 
addEmeraldBuyRecipe(EntityVillager, MerchantRecipeList, Random, Item, float, int, int) - Static method in class cpw.mods.fml.common.registry.VillagerRegistry
 
addEmeraldSellRecipe(EntityVillager, MerchantRecipeList, Random, Item, float, int, int) - Static method in class cpw.mods.fml.common.registry.VillagerRegistry
 
addEnchantment(ItemStack, EnchantmentData) - Method in class net.minecraft.item.ItemEnchantedBook
Adds an stored enchantment to an enchanted book ItemStack
addEnchantment(Enchantment, int) - Method in class net.minecraft.item.ItemStack
Adds an enchantment with a desired level on the ItemStack.
addEnchantmentBooksToList(List, EnumEnchantmentType...) - Method in class net.minecraft.creativetab.CreativeTabs
 
addEnchantmentType(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addEntity(Entity) - Method in class net.minecraft.world.chunk.Chunk
Adds an entity to the chunk.
addEntity(Entity) - Method in class net.minecraft.world.chunk.EmptyChunk
Adds an entity to the chunk.
addEntityCrashInfo(CrashReportCategory) - Method in class net.minecraft.entity.Entity
 
addEntityCrashInfo(CrashReportCategory) - Method in class net.minecraft.entity.item.EntityFallingSand
 
addEntitySize(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addEntityToTracker(Entity) - Method in class net.minecraft.entity.EntityTracker
if entity is a player sends all tracked events to the player, otherwise, adds with a visibility and update arate based on the class type
addEntityToTracker(Entity, int, int) - Method in class net.minecraft.entity.EntityTracker
 
addEntityToTracker(Entity, int, int, boolean) - Method in class net.minecraft.entity.EntityTracker
 
addEntityToWorld(int, Entity) - Method in class net.minecraft.client.multiplayer.WorldClient
Add an ID to Entity mapping to entityHashSet
addEntityTracker(BaseMod, Class<? extends Entity>, int, int, int, boolean) - Static method in class net.minecraft.src.ModLoader
 
addEnum(Class<T>, String, Object...) - Static method in class net.minecraftforge.client.EnumHelperClient
 
addEnum(Class<T>, String, Object...) - Static method in class net.minecraftforge.common.EnumHelper
 
addEnum(Class[][], Class<T>, String, Object...) - Static method in class net.minecraftforge.common.EnumHelper
 
addEnum(Class<T>, String, Class<?>[], Object[]) - Static method in class net.minecraftforge.common.EnumHelper
 
addEnumProperty(String, String, String) - Method in class cpw.mods.fml.common.discovery.asm.ModAnnotation
 
addExhaustion(float) - Method in class net.minecraft.entity.player.EntityPlayer
increases exhaustion level by supplied amount
addExhaustion(float) - Method in class net.minecraft.util.FoodStats
adds input to foodExhaustionLevel to a max of 40
addExperience(int) - Method in class net.minecraft.entity.player.EntityPlayer
This method increases the player's current amount of experience.
addExperienceLevel(int) - Method in class net.minecraft.entity.player.EntityPlayer
Add experience levels to this player.
addExperienceLevel(int) - Method in class net.minecraft.entity.player.EntityPlayerMP
Add experience levels to this player.
addExtraVillageComponents(ArrayList, Random, int) - Static method in class cpw.mods.fml.common.registry.VillagerRegistry
 
addFaceForRender(Tessellator) - Method in class net.minecraftforge.client.model.obj.Face
 
addFaceForRender(Tessellator, float) - Method in class net.minecraftforge.client.model.obj.Face
 
addFile(File) - Method in class cpw.mods.fml.common.ModClassLoader
 
addFormatted(String, Object...) - Method in class net.minecraft.util.ChatMessageComponent
Appends a formatted translation key.
addFuel(int, int) - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
 
addFuel(int, int) - Method in class net.minecraft.src.BaseMod
Override if you wish to provide a fuel item for the furnace and return the fuel value of the item
addGameRule(String, String) - Method in class net.minecraft.world.GameRules
Define a game rule and its default value.
addGameType(String, int, String) - Static method in class net.minecraftforge.client.EnumHelperClient
 
addGraphicsAndWorldToCrashReport(CrashReport) - Method in class net.minecraft.client.Minecraft
adds core server Info (GL version , Texture pack, isModded, type), and the worldInfo to the crash report
addGrassPlant(Block, int, int) - Static method in class net.minecraftforge.common.MinecraftForge
Register a new plant to be planted when bonemeal is used on grass.
addGrassSeed(ItemStack, int) - Static method in class net.minecraftforge.common.MinecraftForge
Register a new seed to be dropped when breaking tall grass.
addGrowth(int) - Method in class net.minecraft.entity.EntityAgeable
"Adds the value of the parameter times 20 to the age of this entity.
addHeaderButtons() - Method in class net.minecraft.client.gui.achievement.GuiStats
Creates the buttons that appear at the top of the Stats GUI.
addIdClassMapping(int, boolean, boolean, Class) - Static method in class net.minecraft.network.packet.Packet
Adds a two way mapping between the packet ID and packet class.
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.Item
 
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.ItemEditableBook
 
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.ItemEnchantedBook
 
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.ItemFirework
 
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.ItemFireworkCharge
 
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.ItemMap
 
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.ItemPotion
 
addInformation(ItemStack, EntityPlayer, List, boolean) - Method in class net.minecraft.item.ItemRecord
 
addItem(ItemStack) - Method in class net.minecraft.tileentity.TileEntityDispenser
Add item stack in first available inventory slot
addItem(String, WeightedRandomChestContent) - Static method in class net.minecraftforge.common.ChestGenHooks
 
addItem(WeightedRandomChestContent) - Method in class net.minecraftforge.common.ChestGenHooks
Adds a new entry into the possible items to generate.
addItemStackToInventory(ItemStack) - Method in class net.minecraft.entity.player.InventoryPlayer
Adds the item stack to the inventory, returns false if it is impossible.
addKey(String) - Method in class net.minecraft.util.ChatMessageComponent
Appends a translated string.
addKey(int, Object) - Method in class net.minecraft.util.IntHashMap
Adds a key and associated value to this map
addLoadedEntities(List) - Method in class net.minecraft.world.World
adds entities to the loaded entities list, and loads thier skins.
addLocalization(String, String) - Static method in class net.minecraft.src.ModLoader
Add localization for the specified string
addLocalization(String, String, String) - Static method in class net.minecraft.src.ModLoader
Add localization for the specified string
addMapping(Class, String, int) - Static method in class net.minecraft.entity.EntityList
adds a mapping between Entity classes and both a string representation and an ID
addMapping(Class, String, int, int, int) - Static method in class net.minecraft.entity.EntityList
Adds a entity mapping with egg info.
addMapping(Class, String) - Static method in class net.minecraft.tileentity.TileEntity
Adds a new two-way mapping between the class and its string name in both hashmaps.
addMemoryStatsToSnooper() - Method in class net.minecraft.profiler.PlayerUsageSnooper
 
addMerchantItem(MerchantRecipeList, int, Random, float) - Static method in class net.minecraft.entity.passive.EntityVillager
each recipie takes a random stack from villagerStockList and offers it for 1 emerald
addMobType(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addModAsResource(ModContainer) - Method in class cpw.mods.fml.client.FMLClientHandler
 
addModAsResource(ModContainer) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
addModAsResource(ModContainer) - Method in class cpw.mods.fml.server.FMLServerHandler
 
addModToResourcePack(ModContainer) - Method in class cpw.mods.fml.common.FMLCommonHandler
 
addMovementStat(double, double, double) - Method in class net.minecraft.entity.player.EntityPlayer
Adds a value to a movement statistic field - like run, walk, swin or climb.
addMovingObjectType(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addMusic(String) - Method in class net.minecraft.client.audio.SoundManager
Adds an audio file to the music SoundPool.
addName(Object, String) - Static method in class cpw.mods.fml.common.registry.LanguageRegistry
 
addName(Object, String) - Static method in class net.minecraft.src.ModLoader
Name the specified minecraft object with the supplied name
addName(Object, String, String) - Static method in class net.minecraft.src.ModLoader
Unimplemented on the server as it does not generate names
addNameForObject(Object, String, String) - Method in class cpw.mods.fml.common.registry.LanguageRegistry
 
addNewArmourRendererPrefix(String) - Static method in class cpw.mods.fml.client.registry.RenderingRegistry
Add a new armour prefix to the RenderPlayer
addNewBiome(BiomeGenBase) - Method in class net.minecraft.world.WorldType
 
addNode(T) - Method in class cpw.mods.fml.common.toposort.TopologicalSort.DirectedGraph
 
addObject(int, Object) - Method in class net.minecraft.entity.DataWatcher
adds a new object to dataWatcher to watch, to update an already existing object see updateObject.
addObjectByDataType(int, int) - Method in class net.minecraft.entity.DataWatcher
Add a new object for the DataWatcher to watch, using the specified data type.
addOp(String) - Method in class net.minecraft.server.dedicated.DedicatedPlayerList
This adds a username to the ops list, then saves the op list
addOp(String) - Method in class net.minecraft.server.management.ServerConfigurationManager
This adds a username to the ops list, then saves the op list
addOptions(String, String, boolean, boolean) - Static method in class net.minecraftforge.client.EnumHelperClient
 
addOrRenewAgressor(EntityLivingBase) - Method in class net.minecraft.village.Village
 
addOS2(String) - Static method in class net.minecraftforge.client.EnumHelperClient
 
addOverride(String, String) - Static method in class net.minecraft.src.ModLoader
Deprecated.
addOverride(String, String, int) - Static method in class net.minecraft.src.ModLoader
Attempts to register a small image to be applied to a larger texture image, typically how old ModLoader mods add custom Item/Block textures.
addPendingCommand(String, ICommandSender) - Method in class net.minecraft.server.dedicated.DedicatedServer
 
addPlayer(NetServerHandler) - Method in class net.minecraft.network.NetworkListenThread
adds this connection to the list of currently connected players
addPlayer(EntityPlayerMP) - Method in class net.minecraft.server.management.PlayerInstance
 
addPlayer(EntityPlayerMP) - Method in class net.minecraft.server.management.PlayerManager
Adds an EntityPlayerMP to the PlayerManager.
addPlayerToTeam(String, ScorePlayerTeam) - Method in class net.minecraft.scoreboard.Scoreboard
 
addPlayerToTeam(String, ScorePlayerTeam) - Method in class net.minecraft.scoreboard.ServerScoreboard
 
addPoint(PathPoint) - Method in class net.minecraft.pathfinding.Path
Adds a point to the path
addPotionEffect(PotionEffect) - Method in class net.minecraft.entity.boss.EntityWither
adds a PotionEffect to the entity
addPotionEffect(PotionEffect) - Method in class net.minecraft.entity.EntityLivingBase
adds a PotionEffect to the entity
addPreset(String, int, BiomeGenBase, List, FlatLayerInfo...) - Static method in class net.minecraft.client.gui.GuiFlatPresets
Add a flat world preset.
addPresetNoFeatures(String, int, BiomeGenBase, FlatLayerInfo...) - Static method in class net.minecraft.client.gui.GuiFlatPresets
Add a flat world preset with no world features.
addProperty(String, Object) - Method in class cpw.mods.fml.common.discovery.asm.ModAnnotation
 
addRandomEnchantment(Random, ItemStack, int) - Static method in class net.minecraft.enchantment.EnchantmentHelper
Adds a random enchantment to the specified item.
addRarity(String, int, String) - Static method in class net.minecraftforge.client.EnumHelperClient
 
addRecipe(ItemStack, Object...) - Static method in class cpw.mods.fml.common.registry.GameRegistry
 
addRecipe(IRecipe) - Static method in class cpw.mods.fml.common.registry.GameRegistry
 
addRecipe(ItemStack, Object...) - Method in class net.minecraft.item.crafting.CraftingManager
 
addRecipe(ItemStack, Object...) - Static method in class net.minecraft.src.ModLoader
Add a Shaped Recipe
addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesArmor
Adds the armor recipes to the CraftingManager.
addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesCrafting
Adds the crafting recipes to the CraftingManager.
addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesDyes
Adds the dye recipes to the CraftingManager.
addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesFood
Adds the food recipes to the CraftingManager.
addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesIngots
Adds the ingot recipes to the CraftingManager.
addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesTools
Adds the tool recipes to the CraftingManager.
addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesWeapons
Adds the weapon recipes to the CraftingManager.
addRenderer(Map<Class<? extends Entity>, Render>) - Method in class net.minecraft.src.BaseMod
 
addResourceFile(String, File) - Method in class net.minecraft.client.resources.DefaultResourcePack
 
addResourcePack(ResourcePack) - Method in class net.minecraft.client.resources.FallbackResourceManager
 
addScore(int) - Method in class net.minecraft.entity.player.EntityPlayer
Add to player's score
addSelfToInternalCraftingInventory() - Method in class net.minecraft.entity.player.EntityPlayerMP
 
addServerCommand(ICommand) - Method in class cpw.mods.fml.common.modloader.ModLoaderModContainer
 
addServerData(ServerData) - Method in class net.minecraft.client.multiplayer.ServerList
Adds the given ServerData instance to the list.
addServerInfoToCrashReport(CrashReport) - Method in class net.minecraft.server.dedicated.DedicatedServer
Adds the server info, including from theWorldServer, to the crash report.
addServerInfoToCrashReport(CrashReport) - Method in class net.minecraft.server.integrated.IntegratedServer
Adds the server info, including from theWorldServer, to the crash report.
addServerInfoToCrashReport(CrashReport) - Method in class net.minecraft.server.MinecraftServer
Adds the server info, including from theWorldServer, to the crash report.
addServerStatsToSnooper(PlayerUsageSnooper) - Method in class net.minecraft.client.Minecraft
 
addServerStatsToSnooper(PlayerUsageSnooper) - Method in interface net.minecraft.profiler.IPlayerUsage
 
addServerStatsToSnooper(PlayerUsageSnooper) - Method in class net.minecraft.server.dedicated.DedicatedServer
 
addServerStatsToSnooper(PlayerUsageSnooper) - Method in class net.minecraft.server.integrated.IntegratedServer
 
addServerStatsToSnooper(PlayerUsageSnooper) - Method in class net.minecraft.server.MinecraftServer
 
addServerTypeToSnooper(PlayerUsageSnooper) - Method in class net.minecraft.client.Minecraft
 
addServerTypeToSnooper(PlayerUsageSnooper) - Method in interface net.minecraft.profiler.IPlayerUsage
 
addServerTypeToSnooper(PlayerUsageSnooper) - Method in class net.minecraft.server.MinecraftServer
 
addShapedRecipe(ItemStack, Object...) - Static method in class cpw.mods.fml.common.registry.GameRegistry
 
addShapelessRecipe(ItemStack, Object...) - Static method in class cpw.mods.fml.common.registry.GameRegistry
 
addShapelessRecipe(ItemStack, Object...) - Method in class net.minecraft.item.crafting.CraftingManager
 
addShapelessRecipe(ItemStack, Object...) - Static method in class net.minecraft.src.ModLoader
Add a shapeless recipe
addSkyBlock(String, int) - Static method in class net.minecraftforge.common.EnumHelper
 
addSlot(StitchHolder) - Method in class net.minecraft.client.renderer.texture.StitchSlot
 
addSmelting(int, ItemStack, float) - Static method in class cpw.mods.fml.common.registry.GameRegistry
 
addSmelting(int, ItemStack, float) - Method in class net.minecraft.item.crafting.FurnaceRecipes
Adds a smelting recipe.
addSmelting(int, int, ItemStack, float) - Method in class net.minecraft.item.crafting.FurnaceRecipes
A metadata sensitive version of adding a furnace recipe.
addSmelting(int, ItemStack) - Static method in class net.minecraft.src.ModLoader
Add a new product to be smelted
addSmelting(int, ItemStack, float) - Static method in class net.minecraft.src.ModLoader
Add a new product to be smelted
addSound(String) - Method in class net.minecraft.client.audio.SoundManager
Adds a sounds with the name from the file.
addSound(String) - Method in class net.minecraft.client.audio.SoundPool
Adds a sound to this sound pool.
addSpawn(Class<? extends EntityLiving>, int, int, int, EnumCreatureType, BiomeGenBase...) - Static method in class cpw.mods.fml.common.registry.EntityRegistry
 
addSpawn(String, int, int, int, EnumCreatureType, BiomeGenBase...) - Static method in class cpw.mods.fml.common.registry.EntityRegistry
 
addSpawn(Class<? extends EntityLiving>, int, int, int, EnumCreatureType) - Static method in class net.minecraft.src.ModLoader
Add a mob to the spawn list
addSpawn(Class<? extends EntityLiving>, int, int, int, EnumCreatureType, BiomeGenBase...) - Static method in class net.minecraft.src.ModLoader
Add a mob to the spawn list
addSpawn(String, int, int, int, EnumCreatureType) - Static method in class net.minecraft.src.ModLoader
Add a mob to the spawn list
addSpawn(String, int, int, int, EnumCreatureType, BiomeGenBase...) - Static method in class net.minecraft.src.ModLoader
Add a mob to the spawn list
addSpawnBiome(BiomeGenBase) - Static method in class net.minecraftforge.common.BiomeManager
 
addSpecialModEntries(ArrayList<ModContainer>) - Method in class cpw.mods.fml.client.FMLClientHandler
 
addSprite(TextureAtlasSprite) - Method in class net.minecraft.client.renderer.texture.Stitcher
 
addStat(StatBase, int) - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Adds a value to a statistic field.
addStat(StatBase, int) - Method in class net.minecraft.client.entity.EntityPlayerSP
Adds a value to a statistic field.
addStat(StatBase, int) - Method in class net.minecraft.entity.player.EntityPlayer
Adds a value to a statistic field.
addStat(StatBase, int) - Method in class net.minecraft.entity.player.EntityPlayerMP
Adds a value to a statistic field.
addStats(int, float) - Method in class net.minecraft.util.FoodStats
Args: int foodLevel, float foodSaturationModifier
addStats(ItemFood) - Method in class net.minecraft.util.FoodStats
Eat some food.
addStatus(String) - Static method in class net.minecraftforge.common.EnumHelper
 
addStreaming(String) - Method in class net.minecraft.client.audio.SoundManager
Adds an audio file to the streaming SoundPool.
addStringLocalization(String, String) - Method in class cpw.mods.fml.common.registry.LanguageRegistry
 
addStringLocalization(String, String, String) - Method in class cpw.mods.fml.common.registry.LanguageRegistry
 
addStringLocalization(Properties) - Method in class cpw.mods.fml.common.registry.LanguageRegistry
 
addStringLocalization(Properties, String) - Method in class cpw.mods.fml.common.registry.LanguageRegistry
 
addStrongholdBiome(BiomeGenBase) - Static method in class net.minecraftforge.common.BiomeManager
 
addSubAnnotation(String, String) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandBase
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandClearInventory
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandDebug
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandDifficulty
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandEffect
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandEnchant
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandGameMode
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandGameRule
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandGive
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerBan
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerBanIp
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerBanlist
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerDeop
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerEmote
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerKick
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerMessage
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerOp
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerPardon
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerPardonIp
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerSay
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerTp
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandServerWhitelist
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandSetSpawnpoint
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandTime
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandWeather
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.command.CommandXP
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in interface net.minecraft.command.ICommand
Adds the strings available in this command to the given list of tab completion options.
addTabCompletionOptions(ICommandSender, String[]) - Method in class net.minecraft.scoreboard.ServerCommandScoreboard
Adds the strings available in this command to the given list of tab completion options.
addTask(int, EntityAIBase) - Method in class net.minecraft.entity.ai.EntityAITasks
 
addText(String) - Method in class net.minecraft.util.ChatMessageComponent
 
addTextureOverride(String, String) - Static method in class cpw.mods.fml.client.registry.RenderingRegistry
Deprecated.
addTextureOverride(String, String, int) - Static method in class cpw.mods.fml.client.registry.RenderingRegistry
Add a texture override for the given path and index
addTileEntity(TileEntity) - Method in class net.minecraft.world.chunk.Chunk
Adds a TileEntity to a chunk
addTileEntity(TileEntity) - Method in class net.minecraft.world.chunk.EmptyChunk
Adds a TileEntity to a chunk
addTileEntity(Collection) - Method in class net.minecraft.world.World
 
addTileEntity(TileEntity) - Method in class net.minecraft.world.World
Adds a single TileEntity to the world.
addToBookList(Enchantment) - Static method in class net.minecraft.enchantment.Enchantment
Add to the list of enchantments applicable by the anvil from a book
addToCrashReport(CrashReportCategory) - Method in class net.minecraft.world.storage.WorldInfo
Adds this WorldInfo instance to the crash report.
addToListWithCheck(MerchantRecipe) - Method in class net.minecraft.village.MerchantRecipeList
checks if there is a recipie for the same ingredients already on the list, and replaces it.
addToolMaterial(String, int, int, float, float, int) - Static method in class net.minecraftforge.common.EnumHelper
 
addToPlayerScore(Entity, int) - Method in class net.minecraft.entity.Entity
Adds a value to the player score.
addToPlayerScore(Entity, int) - Method in class net.minecraft.entity.player.EntityPlayer
Adds a value to the player score.
addToSendQueue(Packet) - Method in class net.minecraft.client.multiplayer.NetClientHandler
Adds the packet to the send queue
addToSendQueue(Packet) - Method in interface net.minecraft.network.INetworkManager
Adds the packet to the correct send queue (chunk data packets go to a separate queue).
addToSendQueue(Packet) - Method in class net.minecraft.network.MemoryConnection
Adds the packet to the correct send queue (chunk data packets go to a separate queue).
addToSendQueue(Packet) - Method in class net.minecraft.network.TcpConnection
Adds the packet to the correct send queue (chunk data packets go to a separate queue).
addToSentMessages(String) - Method in class net.minecraft.client.gui.GuiNewChat
Adds this string to the list of sent messages, for recall using the up/down arrow keys
addToWhiteList(String) - Method in class net.minecraft.server.dedicated.DedicatedPlayerList
Add the specified player to the white list.
addToWhiteList(String) - Method in class net.minecraft.server.management.ServerConfigurationManager
Add the specified player to the white list.
addTrade(TradeEntry) - Method in class cpw.mods.fml.common.modloader.ModLoaderVillageTradeHandler
 
addTrade(int, TradeEntry) - Static method in class net.minecraft.src.ModLoader
 
addTranslatedMessage(String, Object...) - Method in class net.minecraft.client.gui.GuiNewChat
Adds a message to the chat after translating to the client's locale.
addTranslation(float, float, float) - Method in class net.minecraft.client.renderer.Tessellator
Offsets the translation for all vertices in the current draw call.
addVector(double, double, double) - Method in class net.minecraft.util.Vec3
Adds the specified x,y,z vector components to this vector and returns the resulting vector.
addVelocity(double, double, double) - Method in class net.minecraft.entity.Entity
Adds to the current velocity of the entity.
addVelocity(double, double, double) - Method in class net.minecraft.entity.EntityHanging
Adds to the current velocity of the entity.
addVertex(double, double, double) - Method in class net.minecraft.client.renderer.Tessellator
Adds a vertex with the specified x,y,z to the current draw call.
addVertexWithUV(double, double, double, double, double) - Method in class net.minecraft.client.renderer.Tessellator
Adds a vertex specifying both x,y,z and the texture u,v for it.
addVillageBiome(BiomeGenBase, boolean) - Static method in class net.minecraftforge.common.BiomeManager
 
addVillageDoorInfo(VillageDoorInfo) - Method in class net.minecraft.village.Village
 
addVillagerPosition(int, int, int) - Method in class net.minecraft.village.VillageCollection
This is a black hole.
addWeatherEffect(Entity) - Method in class net.minecraft.world.World
adds a lightning bolt to the list of lightning bolts in this world.
addWeatherEffect(Entity) - Method in class net.minecraft.world.WorldServer
adds a lightning bolt to the list of lightning bolts in this world.
addWorldAccess(IWorldAccess) - Method in class net.minecraft.world.World
Adds a IWorldAccess to the list of worldAccesses
addWorldInfoToCrashReport(CrashReport) - Method in class net.minecraft.client.multiplayer.WorldClient
Adds some basic stats of the world to the given crash report.
addWorldInfoToCrashReport(CrashReport) - Method in class net.minecraft.world.World
Adds some basic stats of the world to the given crash report.
adjacentChestChecked - Variable in class net.minecraft.tileentity.TileEntityChest
Determines if the check for adjacent chests has taken place.
adjacentChestXNeg - Variable in class net.minecraft.tileentity.TileEntityChest
Contains the chest tile located adjacent to this one (if any)
adjacentChestXPos - Variable in class net.minecraft.tileentity.TileEntityChest
Contains the chest tile located adjacent to this one (if any)
adjacentChestZNeg - Variable in class net.minecraft.tileentity.TileEntityChest
Contains the chest tile located adjacent to this one (if any)
adjacentChestZPosition - Variable in class net.minecraft.tileentity.TileEntityChest
Contains the chest tile located adjacent to this one (if any)
adjustEntityLocationOnClient(EntitySpawnAdjustmentPacket) - Method in class cpw.mods.fml.client.FMLClientHandler
 
adjustEntityLocationOnClient(EntitySpawnAdjustmentPacket) - Method in class cpw.mods.fml.common.FMLCommonHandler
 
adjustEntityLocationOnClient(EntitySpawnAdjustmentPacket) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
adjustEntityLocationOnClient(EntitySpawnAdjustmentPacket) - Method in class cpw.mods.fml.server.FMLServerHandler
 
advancedItemTooltips - Variable in class net.minecraft.client.settings.GameSettings
Whether to show advanced information on item tooltips, toggled by F3+H
AdvancedModelLoader - Class in net.minecraftforge.client.model
Common interface for advanced model loading from files, based on file suffix Model support can be queried through the AdvancedModelLoader.getSupportedSuffixes() method.
AdvancedModelLoader() - Constructor for class net.minecraftforge.client.model.AdvancedModelLoader
 
advancedOpengl - Variable in class net.minecraft.client.settings.GameSettings
Advanced OpenGL
affectedBlockPositions - Variable in class net.minecraft.world.Explosion
A list of ChunkPositions of blocks affected by this explosion
affectEntity(EntityLivingBase, EntityLivingBase, int, double) - Method in class net.minecraft.potion.Potion
Hits the provided entity with this potion's instant effect.
afterRenderContext() - Method in interface net.minecraftforge.client.IRenderContextHandler
Run after the specified rendering context.
age - Variable in class net.minecraft.entity.item.EntityItem
The age of this EntityItem (used to animate it up and down as well as expire it)
aimedBow - Variable in class net.minecraft.client.model.ModelBiped
Records whether the model should be rendered aiming a bow.
air - Static variable in class net.minecraft.block.material.Material
 
airColor - Static variable in class net.minecraft.block.material.MapColor
The map color for Air blocks
allocateTexture(int, int, int) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
 
allowCounting - Static variable in class net.minecraft.network.packet.PacketCount
If false, countPacket does nothing
ALLOWED_CHARS - Static variable in class net.minecraftforge.common.Configuration
 
allowedBiomes - Static variable in class net.minecraft.world.biome.WorldChunkManager
 
allowedBiomes - Static variable in class net.minecraft.world.gen.structure.MapGenStronghold
 
allowedCharacters - Static variable in class net.minecraft.util.ChatAllowedCharacters
This String have the characters allowed in any text drawing of minecraft.
allowedCharactersArray - Static variable in class net.minecraft.util.ChatAllowedCharacters
Array of the special characters that are allowed in any text drawing of Minecraft.
allowEdit - Variable in class net.minecraft.entity.player.PlayerCapabilities
Indicates whether the player is allowed to modify the surroundings
allowedProperties - Static variable in class net.minecraftforge.common.Configuration
 
allowFlying - Variable in class net.minecraft.entity.player.PlayerCapabilities
whether or not to allow the player to fly when they double jump.
allowLeashing() - Method in class net.minecraft.entity.EntityLiving
 
allowLeashing() - Method in class net.minecraft.entity.passive.EntityAmbientCreature
 
allowLeashing() - Method in class net.minecraft.entity.passive.EntityHorse
 
allowLeashing() - Method in class net.minecraft.entity.passive.EntityVillager
 
allowSpawnMonsters() - Method in class net.minecraft.server.dedicated.DedicatedServer
 
allowUserInput - Variable in class net.minecraft.client.gui.GuiScreen
 
allowUserToConnect(SocketAddress, String) - Method in class net.minecraft.server.integrated.IntegratedPlayerList
checks ban-lists, then white-lists, then space for the server.
allowUserToConnect(SocketAddress, String) - Method in class net.minecraft.server.management.ServerConfigurationManager
checks ban-lists, then white-lists, then space for the server.
allPlayersSleeping - Variable in class net.minecraft.world.WorldServer
is false if there are no players
allStats - Static variable in class net.minecraft.stats.StatList
 
ambientOcclusion - Variable in class net.minecraft.client.settings.GameSettings
Smooth Lighting
ammount - Variable in class net.minecraftforge.event.entity.living.LivingAttackEvent
 
ammount - Variable in class net.minecraftforge.event.entity.living.LivingHurtEvent
 
amount - Variable in class net.minecraft.network.packet.Packet200Statistic
 
amount - Variable in class net.minecraftforge.fluids.FluidStack
 
amount - Variable in class net.minecraftforge.liquids.LiquidStack
Deprecated.
 
anaglyph - Variable in class net.minecraft.client.settings.GameSettings
 
anaglyphEnable - Static variable in class net.minecraft.client.renderer.EntityRenderer
 
anaglyphField - Static variable in class net.minecraft.client.renderer.EntityRenderer
Anaglyph field (0=R, 1=GB)
angleDelta - Variable in class net.minecraft.client.renderer.texture.TextureCompass
Speed and direction of compass rotation
angler - Variable in class net.minecraft.entity.projectile.EntityFishHook
 
AnimalChest - Class in net.minecraft.inventory
 
AnimalChest(String, int) - Constructor for class net.minecraft.inventory.AnimalChest
 
AnimalChest(String, boolean, int) - Constructor for class net.minecraft.inventory.AnimalChest
 
animate - Variable in class net.minecraft.network.packet.Packet18Animation
 
AnimationFrame - Class in net.minecraft.client.resources.data
 
AnimationFrame(int) - Constructor for class net.minecraft.client.resources.data.AnimationFrame
 
AnimationFrame(int, int) - Constructor for class net.minecraft.client.resources.data.AnimationFrame
 
AnimationMetadataSection - Class in net.minecraft.client.resources.data
 
AnimationMetadataSection(List, int, int, int) - Constructor for class net.minecraft.client.resources.data.AnimationMetadataSection
 
AnimationMetadataSectionSerializer - Class in net.minecraft.client.resources.data
 
AnimationMetadataSectionSerializer() - Constructor for class net.minecraft.client.resources.data.AnimationMetadataSectionSerializer
 
animationsToGo - Variable in class net.minecraft.item.ItemStack
Number of animation frames to go when receiving an item (by walking into it, for example).
animTime - Variable in class net.minecraft.entity.boss.EntityDragon
Animation time, used to control the speed of the animation cycles (wings flapping, jaw opening, etc.)
anvil - Static variable in class net.minecraft.block.Block
 
anvil - Static variable in class net.minecraft.block.material.Material
 
anvil - Static variable in class net.minecraft.util.DamageSource
 
AnvilChunkLoader - Class in net.minecraft.world.chunk.storage
 
AnvilChunkLoader(File) - Constructor for class net.minecraft.world.chunk.storage.AnvilChunkLoader
 
AnvilConverterData - Class in net.minecraft.world.chunk.storage
 
AnvilConverterData(int, int) - Constructor for class net.minecraft.world.chunk.storage.AnvilConverterData
 
AnvilConverterException - Exception in net.minecraft.client
 
AnvilConverterException(String) - Constructor for exception net.minecraft.client.AnvilConverterException
 
AnvilSaveConverter - Class in net.minecraft.world.chunk.storage
 
AnvilSaveConverter(File) - Constructor for class net.minecraft.world.chunk.storage.AnvilSaveConverter
 
AnvilSaveHandler - Class in net.minecraft.world.chunk.storage
 
AnvilSaveHandler(File, String, boolean) - Constructor for class net.minecraft.world.chunk.storage.AnvilSaveHandler
 
aoBrightnessXYNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYNN
aoBrightnessXYNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYNP
aoBrightnessXYPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYPN
aoBrightnessXYPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYPP
aoBrightnessXYZNNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZNNN
aoBrightnessXYZNNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZNNP
aoBrightnessXYZNPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZNPN
aoBrightnessXYZNPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZNPP
aoBrightnessXYZPNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZPNN
aoBrightnessXYZPNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZPNP
aoBrightnessXYZPPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZPPN
aoBrightnessXYZPPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XYZPPP
aoBrightnessXZNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XZNN
aoBrightnessXZNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XZNP
aoBrightnessXZPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XZPN
aoBrightnessXZPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness XZPP
aoBrightnessYZNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness YZNN
aoBrightnessYZNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness YZNP
aoBrightnessYZPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness YZPN
aoBrightnessYZPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Ambient occlusion brightness YZPP
aoLightValueScratchXYNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the bottom face and the north face.
aoLightValueScratchXYNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the top face and the north face.
aoLightValueScratchXYPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the bottom face and the south face.
aoLightValueScratchXYPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the top face and the south face.
aoLightValueScratchXYZNNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the north/bottom/east corner.
aoLightValueScratchXYZNNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the north/bottom/west corner.
aoLightValueScratchXYZNPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the north/top/east corner.
aoLightValueScratchXYZNPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the north/top/west corner.
aoLightValueScratchXYZPNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the south/bottom/east corner.
aoLightValueScratchXYZPNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the south/bottom/west corner.
aoLightValueScratchXYZPPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the south/top/east corner.
aoLightValueScratchXYZPPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion on the south/top/west corner.
aoLightValueScratchXZNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the north face and the east face.
aoLightValueScratchXZNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the north face and the west face.
aoLightValueScratchXZPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the south face and the east face.
aoLightValueScratchXZPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the south face and the west face.
aoLightValueScratchYZNN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the bottom face and the east face.
aoLightValueScratchYZNP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the bottom face and the west face.
aoLightValueScratchYZPN - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the top face and the east face.
aoLightValueScratchYZPP - Variable in class net.minecraft.client.renderer.RenderBlocks
Used as a scratch variable for ambient occlusion between the top face and the west face.
appendComponent(ChatMessageComponent) - Method in class net.minecraft.util.ChatMessageComponent
 
appendCoreMods() - Static method in class cpw.mods.fml.relauncher.FMLLaunchHandler
 
appendTag(NBTBase) - Method in class net.minecraft.nbt.NBTTagList
Adds the provided tag to the end of the list.
appleGold - Static variable in class net.minecraft.item.Item
 
appleRed - Static variable in class net.minecraft.item.Item
 
apply(ArtifactVersion) - Method in class cpw.mods.fml.common.functions.ArtifactVersionNameFunction
 
apply(ModContainer) - Method in class cpw.mods.fml.common.functions.ModIdFunction
 
apply(ModContainer) - Method in class cpw.mods.fml.common.functions.ModNameFunction
 
apply(EntitySpawnPacket) - Method in class cpw.mods.fml.common.modloader.ModLoaderEntitySpawnCallback
 
ApplyArmor(EntityLivingBase, ItemStack[], DamageSource, double) - Static method in class net.minecraftforge.common.ISpecialArmor.ArmorProperties
Gathers and applies armor reduction to damage being dealt to a entity.
applyAttributeModifiers(Multimap) - Method in class net.minecraft.entity.ai.attributes.BaseAttributeMap
 
applyAttributesModifiersToEntity(EntityLivingBase, BaseAttributeMap, int) - Method in class net.minecraft.potion.Potion
 
applyAttributesModifiersToEntity(EntityLivingBase, BaseAttributeMap, int) - Method in class net.minecraft.potion.PotionAbsoption
 
applyBonemeal(ItemStack, World, int, int, int, EntityPlayer) - Static method in class net.minecraft.item.ItemDye
 
applyColourMultiplier(int, int, int) - Method in class net.minecraft.client.particle.EntityDiggingFX
If the block has a colour multiplier, copies it to this particle and returns this particle.
applyEntityCollision(Entity) - Method in class net.minecraft.entity.Entity
Applies a velocity to each of the entities pushing them away from each other.
applyEntityCollision(Entity) - Method in class net.minecraft.entity.item.EntityMinecart
Applies a velocity to each of the entities pushing them away from each other.
applyIngredient(int, String) - Static method in class net.minecraft.potion.PotionHelper
Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive
applyModContainer(ModContainer) - Method in class cpw.mods.fml.common.event.FMLEvent
 
applyModContainer(ModContainer) - Method in class cpw.mods.fml.common.event.FMLInterModComms.IMCEvent
 
applyModContainer(ModContainer) - Method in class cpw.mods.fml.common.event.FMLPreInitializationEvent
 
applyModifier(AttributeModifier) - Method in interface net.minecraft.entity.ai.attributes.AttributeInstance
 
applyModifier(AttributeModifier) - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
 
applyPatch(String, String, byte[]) - Method in class cpw.mods.fml.common.patcher.ClassPatchManager
 
applyRandomTrade(EntityVillager, Random) - Static method in class cpw.mods.fml.common.registry.VillagerRegistry
 
applyRenderColor(int) - Method in class net.minecraft.client.particle.EntityDiggingFX
Creates a new EntityDiggingFX with the block render color applied to the base particle color
aquaAffinity - Static variable in class net.minecraft.enchantment.Enchantment
Increases underwater mining rate
areAllPlayersAsleep() - Method in class net.minecraft.world.WorldServer
 
areBiomesEquivalent(BiomeGenBase, BiomeGenBase) - Static method in class net.minecraftforge.common.BiomeDictionary
Checks to see if two biomes are registered as having the same type
areBiomesViable(int, int, int, List) - Method in class net.minecraft.world.biome.WorldChunkManager
checks given Chunk's Biomes against List of allowed ones
areBiomesViable(int, int, int, List) - Method in class net.minecraft.world.biome.WorldChunkManagerHell
checks given Chunk's Biomes against List of allowed ones
areCommandsAllowed() - Method in class net.minecraft.world.storage.DerivedWorldInfo
Returns true if commands are allowed on this World.
areCommandsAllowed() - Method in class net.minecraft.world.storage.WorldInfo
Returns true if commands are allowed on this World.
areCommandsAllowed() - Method in class net.minecraft.world.WorldSettings
Returns true if Commands (cheats) are allowed.
areFluidStackTagsEqual(FluidStack, FluidStack) - Static method in class net.minecraftforge.fluids.FluidStack
Determines if the NBT Tags are equal.
areItemStacksEqual(ItemStack, ItemStack) - Static method in class net.minecraft.item.ItemStack
compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
areItemStackTagsEqual(ItemStack, ItemStack) - Static method in class net.minecraft.item.ItemStack
 
armorInventory - Variable in class net.minecraft.entity.player.InventoryPlayer
An array of 4 item stacks containing the currently worn armor pieces.
armorItemInSlot(int) - Method in class net.minecraft.entity.player.InventoryPlayer
returns a player armor item (as itemstack) contained in specified armor slot.
armorType - Variable in class net.minecraft.item.ItemArmor
Stores the armor type: 0 is helmet, 1 is plate, 2 is legs and 3 is boots
arrow - Static variable in class net.minecraft.item.Item
 
arrowHitTimer - Variable in class net.minecraft.entity.EntityLivingBase
 
ArrowLooseEvent - Class in net.minecraftforge.event.entity.player
 
ArrowLooseEvent(EntityPlayer, ItemStack, int) - Constructor for class net.minecraftforge.event.entity.player.ArrowLooseEvent
 
ArrowNockEvent - Class in net.minecraftforge.event.entity.player
 
ArrowNockEvent(EntityPlayer, ItemStack) - Constructor for class net.minecraftforge.event.entity.player.ArrowNockEvent
 
arrowShake - Variable in class net.minecraft.entity.projectile.EntityArrow
Seems to be some sort of timer for animating an arrow.
art - Variable in class net.minecraft.entity.item.EntityPainting
 
ArtifactVersion - Interface in cpw.mods.fml.common.versioning
Describes an artifact version in terms of its components, converts it to/from a string and compares two versions.
ArtifactVersionNameFunction - Class in cpw.mods.fml.common.functions
 
ArtifactVersionNameFunction() - Constructor for class cpw.mods.fml.common.functions.ArtifactVersionNameFunction
 
asItemStack() - Method in class net.minecraftforge.liquids.LiquidStack
Deprecated.
 
ASMDataTable - Class in cpw.mods.fml.common.discovery
 
ASMDataTable() - Constructor for class cpw.mods.fml.common.discovery.ASMDataTable
 
ASMDataTable.ASMData - Class in cpw.mods.fml.common.discovery
 
ASMDataTable.ASMData(ModCandidate, String, String, String, Map<String, Object>) - Constructor for class cpw.mods.fml.common.discovery.ASMDataTable.ASMData
 
ASMEventHandler - Class in net.minecraftforge.event
 
ASMEventHandler(Object, Method) - Constructor for class net.minecraftforge.event.ASMEventHandler
 
ASMModParser - Class in cpw.mods.fml.common.discovery.asm
 
ASMModParser(InputStream) - Constructor for class cpw.mods.fml.common.discovery.asm.ASMModParser
 
ASMTransformer - Class in cpw.mods.fml.common.asm
 
ASMTransformer() - Constructor for class cpw.mods.fml.common.asm.ASMTransformer
 
associateId(int) - Method in class cpw.mods.fml.common.modloader.ModLoaderGuiHelper
 
attachState - Variable in class net.minecraft.network.packet.Packet39AttachEntity
0 for riding, 1 for leashed.
attackCounter - Variable in class net.minecraft.entity.monster.EntityGhast
 
attackDamage - Static variable in class net.minecraft.entity.SharedMonsterAttributes
 
attackDamage - Variable in class net.minecraftforge.event.entity.living.EnderTeleportEvent
 
attackedAtYaw - Variable in class net.minecraft.entity.EntityLivingBase
The yaw at which this entity was last attacked from.
attackEntity(EntityPlayer, Entity) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
Attacks an entity
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.EntityLivingBase
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityCaveSpider
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityCreeper
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityIronGolem
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityMob
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntitySkeleton
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityZombie
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.passive.EntityOcelot
 
attackEntityAsMob(Entity) - Method in class net.minecraft.entity.passive.EntityWolf
 
AttackEntityEvent - Class in net.minecraftforge.event.entity.player
 
AttackEntityEvent(EntityPlayer, Entity) - Constructor for class net.minecraftforge.event.entity.player.AttackEntityEvent
 
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.boss.EntityDragon
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.boss.EntityDragonPart
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.boss.EntityWither
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.Entity
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.EntityHanging
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.EntityLivingBase
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityBoat
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityEnderCrystal
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityItem
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityMinecart
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityXPOrb
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityEnderman
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityGhast
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityMob
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityPigZombie
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntitySilverfish
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityZombie
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityAnimal
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityBat
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityHorse
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityOcelot
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityWolf
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.player.EntityPlayer
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.player.EntityPlayerMP
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.projectile.EntityFireball
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.projectile.EntitySmallFireball
Called when the entity is attacked.
attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.projectile.EntityWitherSkull
Called when the entity is attacked.
attackEntityFromPart(EntityDragonPart, DamageSource, float) - Method in class net.minecraft.entity.boss.EntityDragon
 
attackEntityFromPart(EntityDragonPart, DamageSource, float) - Method in interface net.minecraft.entity.IEntityMultiPart
 
attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.boss.EntityWither
Attack the specified entity using a ranged attack.
attackEntityWithRangedAttack(EntityLivingBase, float) - Method in interface net.minecraft.entity.IRangedAttackMob
Attack the specified entity using a ranged attack.
attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.monster.EntitySkeleton
Attack the specified entity using a ranged attack.
attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.monster.EntitySnowman
Attack the specified entity using a ranged attack.
attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.monster.EntityWitch
Attack the specified entity using a ranged attack.
attackTargetEntityWithCurrentItem(Entity) - Method in class net.minecraft.entity.player.EntityPlayer
Attacks for the player the targeted entity with the currently equipped item.
attackTime - Variable in class net.minecraft.entity.EntityLivingBase
 
attemptDamageItem(int, Random) - Method in class net.minecraft.item.ItemStack
Attempts to damage the ItemStack with par1 amount of damage, If the ItemStack has the Unbreaking enchantment there is a chance for each point of damage to be negated.
Attribute - Interface in net.minecraft.entity.ai.attributes
 
AttributeInstance - Interface in net.minecraft.entity.ai.attributes
 
AttributeModifier - Class in net.minecraft.entity.ai.attributes
 
AttributeModifier(String, double, int) - Constructor for class net.minecraft.entity.ai.attributes.AttributeModifier
 
AttributeModifier(UUID, String, double, int) - Constructor for class net.minecraft.entity.ai.attributes.AttributeModifier
 
authorList - Variable in class cpw.mods.fml.common.ModMetadata
 
autogenerated - Variable in class cpw.mods.fml.common.ModMetadata
 
auxData - Variable in class net.minecraft.network.packet.Packet19EntityAction
 
auxData - Variable in class net.minecraft.network.packet.Packet61DoorChange
 
average(long[]) - Static method in class net.minecraft.util.MathHelper
 
axeDiamond - Static variable in class net.minecraft.item.Item
 
axeGold - Static variable in class net.minecraft.item.Item
 
axeIron - Static variable in class net.minecraft.item.Item
 
axeStone - Static variable in class net.minecraft.item.Item
 
axeWood - Static variable in class net.minecraft.item.Item
 
AxisAlignedBB - Class in net.minecraft.util
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z