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

D

damageArmor(int) - Method in class net.minecraft.entity.player.InventoryPlayer
Damages armor in each slot by the specified amount.
damageArmor(EntityLiving, ItemStack, DamageSource, int, int) - Method in interface net.minecraftforge.common.ISpecialArmor
Applies damage to the ItemStack.
damageBoost - Static variable in class net.minecraft.potion.Potion
 
damagedBlocks - Variable in class net.minecraft.client.renderer.RenderGlobal
Stores blocks currently being broken.
damageDealtStat - Static variable in class net.minecraft.stats.StatList
the amount of damage you've dealt
damageDropped(int) - Method in class net.minecraft.block.Block
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockAnvil
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockCloth
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockHalfSlab
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockLeaves
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockLog
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockOre
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockSandStone
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockSapling
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockSkull
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockStoneBrick
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockWall
Determines the damage on the item the block drops.
damageDropped(int) - Method in class net.minecraft.block.BlockWood
Determines the damage on the item the block drops.
damageItem(int, EntityLiving) - Method in class net.minecraft.item.ItemStack
Damages the item in the ItemStack
damageReduceAmount - Variable in class net.minecraft.item.ItemArmor
Holds the amount of damage that the armor reduces at full durability.
DamageSource - Class in net.minecraft.util
 
damageTakenStat - Static variable in class net.minecraft.stats.StatList
the amount of damage you have taken
damageType - Variable in class net.minecraft.enchantment.EnchantmentDamage
Defines the type of damage of the enchantment, 0 = all, 1 = undead, 3 = arthropods
damageType - Variable in class net.minecraft.util.DamageSource
 
damageVsEntity - Variable in class net.minecraft.item.ItemTool
Damage versus entities.
data() - Static method in class cpw.mods.fml.relauncher.FMLInjectionData
 
data - Variable in class net.minecraft.nbt.NBTTagByte
The byte value for the tag.
data - Variable in class net.minecraft.nbt.NBTTagDouble
The double value for the tag.
data - Variable in class net.minecraft.nbt.NBTTagFloat
The float value for the tag.
data - Variable in class net.minecraft.nbt.NBTTagInt
The integer value for the tag.
data - Variable in class net.minecraft.nbt.NBTTagLong
The long value for the tag.
data - Variable in class net.minecraft.nbt.NBTTagShort
The short value for the tag.
data - Variable in class net.minecraft.nbt.NBTTagString
The string value for the tag (cannot be empty).
data - Variable in class net.minecraft.network.packet.Packet250CustomPayload
Any data
data - Variable in class net.minecraft.world.chunk.NibbleArray
Byte array of data stored in this holder.
data - Variable in class net.minecraft.world.chunk.storage.AnvilConverterData
 
data - Variable in class net.minecraft.world.chunk.storage.NibbleArrayReader
 
dataStream - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
DataWatcher - Class in net.minecraft.entity
 
DataWatcher() - Constructor for class net.minecraft.entity.DataWatcher
 
dateFormat - Static variable in class net.minecraft.server.management.BanEntry
 
deadBush - Static variable in class net.minecraft.block.Block
 
deadBushPerChunk - Variable in class net.minecraft.world.biome.BiomeDecorator
The number of dead bushes to generate per chunk.
deathsStat - Static variable in class net.minecraft.stats.StatList
the number of times you have died
deathTicks - Variable in class net.minecraft.entity.boss.EntityDragon
 
deathTime - Variable in class net.minecraft.entity.EntityLiving
The amount of time remaining this entity should act 'dead', i.e.
debug - Variable in class net.minecraft.client.Minecraft
String that shows the debug information
debugCamEnable - Variable in class net.minecraft.client.settings.GameSettings
 
debugCamRate - Variable in class net.minecraft.client.settings.GameSettings
Change rate for debug camera
debugInfoEntities() - Method in class net.minecraft.client.Minecraft
A String of how many entities are in the world
debugInfoRenders() - Method in class net.minecraft.client.Minecraft
A String of renderGlobal.getDebugInfoRenders
debugViewDirection - Variable in class net.minecraft.client.renderer.EntityRenderer
Debug view direction (0=OFF, 1=Front, 2=Right, 3=Back, 4=Left, 5=TiltLeft, 6=TiltRight)
decodePublicKey(byte[]) - Static method in class net.minecraft.util.CryptManager
Create a new PublicKey from encoded X.509 data
decompress(byte[]) - Static method in class net.minecraft.nbt.CompressedStreamTools
 
decorate(World, Random, int, int) - Method in class net.minecraft.world.biome.BiomeDecorator
Decorates the world.
decorate(World, Random, int, int) - Method in class net.minecraft.world.biome.BiomeGenBase
 
decorate(World, Random, int, int) - Method in class net.minecraft.world.biome.BiomeGenDesert
 
decorate(World, Random, int, int) - Method in class net.minecraft.world.biome.BiomeGenHills
 
decorate(World, Random, int, int) - Method in class net.minecraft.world.biome.BiomeGenJungle
 
decorate(World, Random, int, int, DecorateBiomeEvent.Decorate.EventType) - Static method in class net.minecraftforge.event.terraingen.TerrainGen
 
DecorateBiomeEvent - Class in net.minecraftforge.event.terraingen
 
DecorateBiomeEvent(World, Random, int, int) - Constructor for class net.minecraftforge.event.terraingen.DecorateBiomeEvent
 
DecorateBiomeEvent.Decorate - Class in net.minecraftforge.event.terraingen
This event is fired when a chunk is decorated with a biome feature.
DecorateBiomeEvent.Decorate(World, Random, int, int, DecorateBiomeEvent.Decorate.EventType) - Constructor for class net.minecraftforge.event.terraingen.DecorateBiomeEvent.Decorate
 
DecorateBiomeEvent.Decorate.EventType - Enum in net.minecraftforge.event.terraingen
Use CUSTOM to filter custom event types
DecorateBiomeEvent.Post - Class in net.minecraftforge.event.terraingen
 
DecorateBiomeEvent.Post(World, Random, int, int) - Constructor for class net.minecraftforge.event.terraingen.DecorateBiomeEvent.Post
 
DecorateBiomeEvent.Pre - Class in net.minecraftforge.event.terraingen
 
DecorateBiomeEvent.Pre(World, Random, int, int) - Constructor for class net.minecraftforge.event.terraingen.DecorateBiomeEvent.Pre
 
decrementAnimations() - Method in class net.minecraft.entity.player.InventoryPlayer
Decrement the number of animations remaining.
decrStackSize(int, int) - Method in class net.minecraft.entity.item.EntityMinecart
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.entity.player.InventoryPlayer
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in interface net.minecraft.inventory.IInventory
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryBasic
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryCrafting
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryCraftResult
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryLargeChest
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryMerchant
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int) - Method in class net.minecraft.inventory.Slot
Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
decrStackSize(int) - Method in class net.minecraft.inventory.SlotCrafting
Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
decrStackSize(int) - Method in class net.minecraft.inventory.SlotFurnace
Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
decrStackSize(int) - Method in class net.minecraft.inventory.SlotMerchantResult
Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityBeacon
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityChest
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityDispenser
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityFurnace
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
decryptData(Key, byte[]) - Static method in class net.minecraft.util.CryptManager
Decrypt byte[] data with RSA private key
decryptInputStream(SecretKey, InputStream) - Static method in class net.minecraft.util.CryptManager
 
decryptSharedKey(PrivateKey, byte[]) - Static method in class net.minecraft.util.CryptManager
Decrypt shared secret AES key using RSA private key
DedicatedPlayerList - Class in net.minecraft.server.dedicated
 
DedicatedPlayerList(DedicatedServer) - Constructor for class net.minecraft.server.dedicated.DedicatedPlayerList
 
DedicatedServer - Class in net.minecraft.server.dedicated
 
DedicatedServer(File) - Constructor for class net.minecraft.server.dedicated.DedicatedServer
 
DedicatedServerListenThread - Class in net.minecraft.server.dedicated
 
DedicatedServerListenThread(MinecraftServer, InetAddress, int) - Constructor for class net.minecraft.server.dedicated.DedicatedServerListenThread
 
DEFAULT - Static variable in class net.minecraft.world.WorldType
Default world type.
DEFAULT_1_1 - Static variable in class net.minecraft.world.WorldType
Default (1.1) world type.
DEFAULT_ENCODING - Static variable in class net.minecraftforge.common.Configuration
 
default_speed - Variable in class ibxm.Module
 
default_tempo - Variable in class ibxm.Module
 
DefaultArtifactVersion - Class in cpw.mods.fml.common.versioning
 
DefaultArtifactVersion(String) - Constructor for class cpw.mods.fml.common.versioning.DefaultArtifactVersion
 
DefaultArtifactVersion(String, VersionRange) - Constructor for class cpw.mods.fml.common.versioning.DefaultArtifactVersion
 
DefaultArtifactVersion(String, String) - Constructor for class cpw.mods.fml.common.versioning.DefaultArtifactVersion
 
DefaultArtifactVersion(String, boolean) - Constructor for class cpw.mods.fml.common.versioning.DefaultArtifactVersion
 
defaultDragAir - Static variable in class net.minecraft.entity.item.EntityMinecart
 
defaultDragEmpty - Static variable in class net.minecraft.entity.item.EntityMinecart
 
defaultDragRidden - Static variable in class net.minecraft.entity.item.EntityMinecart
 
defaultEncoding - Variable in class net.minecraftforge.common.Configuration
 
defaultLightValue - Variable in enum net.minecraft.world.EnumSkyBlock
 
defaultMaxSpeedAirLateral - Static variable in class net.minecraft.entity.item.EntityMinecart
 
defaultMaxSpeedAirVertical - Static variable in class net.minecraft.entity.item.EntityMinecart
 
defaultMaxSpeedGround - Static variable in class net.minecraft.entity.item.EntityMinecart
 
defaultMaxSpeedRail - Static variable in class net.minecraft.entity.item.EntityMinecart
 
defaultTessellator - Static variable in class net.minecraftforge.client.ForgeHooksClient
 
defaultTexture - Variable in class net.minecraft.client.renderer.Tessellator
 
defaultTexUnit - Static variable in class net.minecraft.client.renderer.OpenGlHelper
An OpenGL constant corresponding to GL_TEXTURE0, used when setting data pertaining to auxiliary OpenGL texture units.
deferRender - Variable in class net.minecraft.world.chunk.Chunk
 
delay - Variable in class net.minecraft.tileentity.TileEntityMobSpawner
The stored delay before a new spawn.
delayBeforeCanPickup - Variable in class net.minecraft.entity.item.EntityItem
 
deleteAllDisplayLists() - Method in class net.minecraft.client.renderer.RenderGlobal
Deletes all display lists
deleteChatLine(int) - Method in class net.minecraft.client.gui.GuiNewChat
finds and deletes a Chat line by ID
deleteDisplayLists(int) - Static method in class net.minecraft.client.renderer.GLAllocation
 
deleteFromCursor(int) - Method in class net.minecraft.client.gui.GuiTextField
delete the selected text, otherwsie deletes characters from either side of the cursor.
deleteTexture(int) - Method in class net.minecraft.client.renderer.RenderEngine
Deletes a single GL texture
deleteTexturePack(RenderEngine) - Method in interface net.minecraft.client.texturepacks.ITexturePack
Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.
deleteTexturePack(RenderEngine) - Method in class net.minecraft.client.texturepacks.TexturePackCustom
Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.
deleteTexturePack(RenderEngine) - Method in class net.minecraft.client.texturepacks.TexturePackImplementation
Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.
deleteTexturesAndDisplayLists() - Static method in class net.minecraft.client.renderer.GLAllocation
Deletes all textures and display lists.
deleteWords(int) - Method in class net.minecraft.client.gui.GuiTextField
Deletes the specified number of words starting at the cursor position.
deleteWorldAndStopServer() - Method in class net.minecraft.server.MinecraftServer
WARNING : directly calls getActiveAnvilConverter().deleteWorldDirectory(theWorldServer[0].getSaveHandler().getSaveDirectoryName());
deleteWorldDirectory(String) - Method in interface net.minecraft.world.storage.ISaveFormat
 
deleteWorldDirectory(String) - Method in class net.minecraft.world.storage.SaveFormatOld
 
deltaX - Variable in class net.minecraft.util.MouseHelper
Mouse delta X this frame
deltaY - Variable in class net.minecraft.util.MouseHelper
Mouse delta Y this frame
DemoWorldManager - Class in net.minecraft.world.demo
 
DemoWorldManager(World) - Constructor for class net.minecraft.world.demo.DemoWorldManager
 
DemoWorldServer - Class in net.minecraft.world.demo
 
DemoWorldServer(MinecraftServer, ISaveHandler, String, int, Profiler) - Constructor for class net.minecraft.world.demo.DemoWorldServer
 
demoWorldSettings - Static variable in class net.minecraft.world.demo.DemoWorldServer
 
dependants - Variable in class cpw.mods.fml.common.modloader.ModLoaderModContainer
 
dependants - Variable in class cpw.mods.fml.common.ModMetadata
 
dependencies - Variable in class cpw.mods.fml.common.modloader.ModLoaderModContainer
 
dependencies - Variable in class cpw.mods.fml.common.ModMetadata
 
dequeue() - Method in class net.minecraft.pathfinding.Path
Returns and removes the first point in the path
DerivedWorldInfo - Class in net.minecraft.world.storage
 
DerivedWorldInfo(WorldInfo) - Constructor for class net.minecraft.world.storage.DerivedWorldInfo
 
description - Variable in class cpw.mods.fml.common.ModMetadata
 
desert - Static variable in class net.minecraft.world.biome.BiomeGenBase
 
desertHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
Desert Hills biome.
destPos - Variable in class net.minecraft.entity.passive.EntityChicken
 
destroy() - Method in class net.minecraft.client.MinecraftApplet
 
destroyBlockInWorldPartially(int, int, int, int, int) - Method in class net.minecraft.world.World
Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
destroyBlockPartially(int, int, int, int, int) - Method in class net.minecraft.client.renderer.RenderGlobal
Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
destroyBlockPartially(int, int, int, int, int) - Method in interface net.minecraft.world.IWorldAccess
Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
destroyBlockPartially(int, int, int, int, int) - Method in class net.minecraft.world.WorldManager
Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
DestroyBlockProgress - Class in net.minecraft.client.renderer
 
DestroyBlockProgress(int, int, int, int) - Constructor for class net.minecraft.client.renderer.DestroyBlockProgress
 
destroyCurrentEquippedItem() - Method in class net.minecraft.entity.player.EntityPlayer
Destroys the currently equipped item from the player's inventory.
destroyedItemsNetCache - Variable in class net.minecraft.entity.player.EntityPlayerMP
entities added to this list will be packet29'd to the player
detachHome() - Method in class net.minecraft.entity.EntityLiving
 
detectAndSendChanges() - Method in class net.minecraft.inventory.Container
Looks for changes made in the container, sends them to every listener.
detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerBeacon
Looks for changes made in the container, sends them to every listener.
detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerBrewingStand
Looks for changes made in the container, sends them to every listener.
detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerEnchantment
Looks for changes made in the container, sends them to every listener.
detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerFurnace
Looks for changes made in the container, sends them to every listener.
detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerMerchant
Looks for changes made in the container, sends them to every listener.
detectObfuscation(Class<?>) - Static method in class cpw.mods.fml.common.ObfuscationReflectionHelper
 
determineOrientation(World, int, int, int, EntityPlayer) - Static method in class net.minecraft.block.BlockPistonBase
gets the way this piston should face for that entity that placed it.
diamond - Static variable in class net.minecraft.item.Item
 
diamondGen - Variable in class net.minecraft.world.biome.BiomeDecorator
Field that holds diamond WorldGenMinable
diamonds - Static variable in class net.minecraft.stats.AchievementList
Is the 'DIAMONDS!' achievement
difficulty - Variable in class net.minecraft.client.settings.GameSettings
 
difficulty - Variable in class net.minecraft.network.packet.Packet9Respawn
The difficulty setting.
difficultySetting - Variable in class net.minecraft.network.packet.Packet1Login
The difficulty setting byte.
difficultySetting - Variable in class net.minecraft.world.World
Option > Difficulty setting (0 - 3)
digSlowdown - Static variable in class net.minecraft.potion.Potion
 
digSpeed - Static variable in class net.minecraft.potion.Potion
 
dimension - Variable in class net.minecraft.entity.Entity
Which dimension the player is in (-1 = the Nether, 0 = normal world)
dimension - Variable in class net.minecraft.network.packet.Packet1Login
-1: The Nether, 0: The Overworld, 1: The End
dimension - Variable in class net.minecraft.world.storage.MapData
 
dimensionId - Variable in class net.minecraft.world.WorldProvider
The id for the dimension (ex.
DimensionManager - Class in net.minecraftforge.common
 
DimensionManager() - Constructor for class net.minecraftforge.common.DimensionManager
 
direction - Variable in class net.minecraft.network.packet.Packet25EntityPainting
 
Direction - Class in net.minecraft.util
 
Direction() - Constructor for class net.minecraft.util.Direction
 
directions - Static variable in class net.minecraft.util.Direction
 
DirectoryDiscoverer - Class in cpw.mods.fml.common.discovery
 
DirectoryDiscoverer() - Constructor for class cpw.mods.fml.common.discovery.DirectoryDiscoverer
 
dirt - Static variable in class net.minecraft.block.Block
 
dirtColor - Static variable in class net.minecraft.block.material.MapColor
The map color for Dirt blocks
dirtGen - Variable in class net.minecraft.world.biome.BiomeDecorator
The dirt generator.
disableColor() - Method in class net.minecraft.client.renderer.Tessellator
Disables colors for the current draw call.
disableDamage - Variable in class net.minecraft.entity.player.PlayerCapabilities
Disables player damage.
disableLightmap(double) - Method in class net.minecraft.client.renderer.EntityRenderer
Disable secondary texture unit used by lightmap
disableStandardItemLighting() - Static method in class net.minecraft.client.renderer.RenderHelper
Disables the OpenGL lighting properties enabled by enableStandardItemLighting
disableValidation - Static variable in class net.minecraft.block.BlockTrapDoor
Set this to allow trapdoors to remain free-floating
disconnect() - Method in class net.minecraft.client.multiplayer.NetClientHandler
Disconnects the network connection.
disconnectIDMismatch(MapDifference<Integer, ItemData>, NetHandler, INetworkManager) - Method in class cpw.mods.fml.client.FMLClientHandler
 
disconnectIDMismatch(MapDifference<Integer, ItemData>, NetHandler, INetworkManager) - Method in class cpw.mods.fml.common.FMLCommonHandler
 
disconnectIDMismatch(MapDifference<Integer, ItemData>, NetHandler, INetworkManager) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
disconnectIDMismatch(MapDifference<Integer, ItemData>, NetHandler, INetworkManager) - Method in class cpw.mods.fml.server.FMLServerHandler
 
discover(ModCandidate, ASMDataTable) - Method in class cpw.mods.fml.common.discovery.DirectoryDiscoverer
 
discover(ModCandidate, ASMDataTable) - Method in interface cpw.mods.fml.common.discovery.ITypeDiscoverer
 
discover(ModCandidate, ASMDataTable) - Method in class cpw.mods.fml.common.discovery.JarDiscoverer
 
dispatchRenderLast(RenderGlobal, float) - Static method in class net.minecraftforge.client.ForgeHooksClient
 
dispense(double, double, double, int, int, World, ItemStack, Random, double, double, double) - Method in interface cpw.mods.fml.common.IDispenseHandler
Deprecated. 
dispense(int, int, int, int, int, World, ItemStack, Random, double, double, double) - Method in interface cpw.mods.fml.common.IDispenserHandler
Deprecated. Called to dispense an entity
dispense(int, int, int, int, int, World, ItemStack, Random, double, double, double) - Method in class cpw.mods.fml.common.modloader.ModLoaderDispenseHelper
 
dispense(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorDefaultDispenseItem
Dispenses the specified ItemStack from a dispenser.
dispense(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorPotionDispense
Dispenses the specified ItemStack from a dispenser.
dispense(IBlockSource, ItemStack) - Method in interface net.minecraft.dispenser.IBehaviorDispenseItem
Dispenses the specified ItemStack from a dispenser.
dispenseBehaviorRegistry - Static variable in class net.minecraft.block.BlockDispenser
Registry for all dispense behaviors.
dispenseEntity(World, double, double, double, int, int, ItemStack) - Static method in class net.minecraft.src.ModLoader
Deprecated. 
dispenser - Static variable in class net.minecraft.block.Block
 
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorBucketEmptyDispense
Dispense the specified stack, play the dispense sound and spawn particles.
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorBucketFullDispense
Dispense the specified stack, play the dispense sound and spawn particles.
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorDispenseBoat
Dispense the specified stack, play the dispense sound and spawn particles.
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorDispenseFireball
Dispense the specified stack, play the dispense sound and spawn particles.
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorDispenseFirework
Dispense the specified stack, play the dispense sound and spawn particles.
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorDispenseMinecart
Dispense the specified stack, play the dispense sound and spawn particles.
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorMobEggDispense
Dispense the specified stack, play the dispense sound and spawn particles.
dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorProjectileDispense
Dispense the specified stack, play the dispense sound and spawn particles.
displayAllReleventItems(List) - Method in class net.minecraft.creativetab.CreativeTabs
 
displayColumn - Variable in class net.minecraft.stats.Achievement
Is the column (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
displayCrashReport(CrashReport) - Method in class net.minecraft.client.Minecraft
Wrapper around displayCrashReportInternal
displayCrashReportInternal(CrashReport) - Method in class net.minecraft.client.Minecraft
 
displayCrashReportInternal(CrashReport) - Method in class net.minecraft.client.MinecraftAppletImpl
 
displayGUIAnvil(int, int, int) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the GUI for interacting with an anvil.
displayGUIAnvil(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the GUI for interacting with an anvil.
displayGUIAnvil(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayerMP
Displays the GUI for interacting with an anvil.
displayGUIBeacon(TileEntityBeacon) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the GUI for interacting with a beacon.
displayGUIBeacon(TileEntityBeacon) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the GUI for interacting with a beacon.
displayGUIBeacon(TileEntityBeacon) - Method in class net.minecraft.entity.player.EntityPlayerMP
Displays the GUI for interacting with a beacon.
displayGUIBook(ItemStack) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the GUI for interacting with a book.
displayGUIBook(ItemStack) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the GUI for interacting with a book.
displayGUIBrewingStand(TileEntityBrewingStand) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the GUI for interacting with a brewing stand.
displayGUIBrewingStand(TileEntityBrewingStand) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the GUI for interacting with a brewing stand.
displayGUIBrewingStand(TileEntityBrewingStand) - Method in class net.minecraft.entity.player.EntityPlayerMP
Displays the GUI for interacting with a brewing stand.
displayGUIChest(IInventory) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the GUI for interacting with a chest inventory.
displayGUIChest(IInventory) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the GUI for interacting with a chest inventory.
displayGUIChest(IInventory) - Method in class net.minecraft.entity.player.EntityPlayerMP
Displays the GUI for interacting with a chest inventory.
displayGUIDispenser(TileEntityDispenser) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the dipsenser GUI for the passed in dispenser entity.
displayGUIDispenser(TileEntityDispenser) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the dipsenser GUI for the passed in dispenser entity.
displayGUIDispenser(TileEntityDispenser) - Method in class net.minecraft.entity.player.EntityPlayerMP
Displays the dipsenser GUI for the passed in dispenser entity.
displayGUIEditSign(TileEntity) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the GUI for editing a sign.
displayGUIEditSign(TileEntity) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the GUI for editing a sign.
displayGUIEnchantment(int, int, int) - Method in class net.minecraft.client.entity.EntityPlayerSP
 
displayGUIEnchantment(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayer
 
displayGUIEnchantment(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayerMP
 
displayGUIFurnace(TileEntityFurnace) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the furnace GUI for the passed in furnace entity.
displayGUIFurnace(TileEntityFurnace) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the furnace GUI for the passed in furnace entity.
displayGUIFurnace(TileEntityFurnace) - Method in class net.minecraft.entity.player.EntityPlayerMP
Displays the furnace GUI for the passed in furnace entity.
displayGUIMerchant(IMerchant) - Method in class net.minecraft.client.entity.EntityPlayerSP
 
displayGUIMerchant(IMerchant) - Method in class net.minecraft.entity.player.EntityPlayer
 
displayGUIMerchant(IMerchant) - Method in class net.minecraft.entity.player.EntityPlayerMP
 
displayGuiScreen(EntityPlayer, GuiScreen) - Method in class cpw.mods.fml.client.FMLClientHandler
 
displayGuiScreen(GuiScreen) - Method in class net.minecraft.client.Minecraft
Sets the argument GuiScreen as the main (topmost visible) screen.
displayGUIWorkbench(int, int, int) - Method in class net.minecraft.client.entity.EntityPlayerSP
Displays the crafting GUI for a workbench.
displayGUIWorkbench(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayer
Displays the crafting GUI for a workbench.
displayGUIWorkbench(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayerMP
Displays the crafting GUI for a workbench.
displayHeight - Variable in class net.minecraft.client.Minecraft
 
displayInGameMenu() - Method in class net.minecraft.client.Minecraft
Displays the ingame menu
displayMissingMods(ModMissingPacket) - Method in class cpw.mods.fml.client.FMLClientHandler
 
displayMissingMods(ModMissingPacket) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
displayMissingMods(ModMissingPacket) - Method in class cpw.mods.fml.server.FMLServerHandler
 
displayProgressMessage(String) - Method in class net.minecraft.client.gui.GuiProgress
"Saving level", or the loading,or downloading equivelent
displayProgressMessage(String) - Method in class net.minecraft.client.gui.LoadingScreenRenderer
"Saving level", or the loading,or downloading equivelent
displayProgressMessage(String) - Method in class net.minecraft.server.ConvertingProgressUpdate
"Saving level", or the loading,or downloading equivelent
displayProgressMessage(String) - Method in interface net.minecraft.util.IProgressUpdate
"Saving level", or the loading,or downloading equivelent
displayRow - Variable in class net.minecraft.stats.Achievement
Is the row (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
displayString - Variable in class net.minecraft.client.gui.GuiButton
The string displayed on this control.
displayWidth - Variable in class net.minecraft.client.Minecraft
 
distance - Variable in class net.minecraftforge.event.entity.living.LivingFallEvent
 
distanceByBoatStat - Static variable in class net.minecraft.stats.StatList
the distance you've traveled by boat
distanceByMinecartStat - Static variable in class net.minecraft.stats.StatList
the distance you've traveled by minecart
distanceByPigStat - Static variable in class net.minecraft.stats.StatList
the distance you've traveled by pig
distanceClimbedStat - Static variable in class net.minecraft.stats.StatList
the distance you've climbed
distanceDoveStat - Static variable in class net.minecraft.stats.StatList
the distance you've dived
distanceFallenStat - Static variable in class net.minecraft.stats.StatList
the distance you have fallen
distanceFlownStat - Static variable in class net.minecraft.stats.StatList
the distance you've flown
distanceStatType - Static variable in class net.minecraft.stats.StatBase
 
distanceSwumStat - Static variable in class net.minecraft.stats.StatList
distance you have swam
distanceTo(PathPoint) - Method in class net.minecraft.pathfinding.PathPoint
Returns the linear distance to another path point
distanceTo(Vec3) - Method in class net.minecraft.util.Vec3
Euclidean distance between this and the specified vector, returned as double.
distanceToEntitySquared(Entity) - Method in class net.minecraft.client.renderer.WorldRenderer
Returns the distance of this chunk renderer to the entity without performing the final normalizing square root, for performance reasons.
distanceWalkedModified - Variable in class net.minecraft.entity.Entity
The distance walked multiplied by 0.6
distanceWalkedStat - Static variable in class net.minecraft.stats.StatList
distance you've walked
distributeStateMessage(LoaderState, Object...) - Method in class cpw.mods.fml.common.LoadController
 
distributeStateMessage(Class<?>) - Method in class cpw.mods.fml.common.LoadController
 
doChunksNearChunkExist(int, int, int, int) - Method in class net.minecraft.world.World
Checks if any of the chunks within distance (argument 4) blocks of the given block exist
doCompare(WorldRenderer, WorldRenderer) - Method in class net.minecraft.client.renderer.RenderSorter
 
doCustomSpawning(EntitySpawnPacket) - Method in class cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration
 
doesBlockHaveSolidTopSurface(int, int, int) - Method in class net.minecraft.world.ChunkCache
 
doesBlockHaveSolidTopSurface(int, int, int) - Method in interface net.minecraft.world.IBlockAccess
 
doesBlockHaveSolidTopSurface(int, int, int) - Method in class net.minecraft.world.World
Returns true if the block at the given coordinate has a solid (buildable) top surface.
doesContainerItemLeaveCraftingGrid(ItemStack) - Method in class net.minecraft.item.Item
If this returns true, after a recipe involving this item is crafted the container item will be added to the player's inventory instead of remaining in the crafting grid.
doesEntityNotTriggerPressurePlate() - Method in class net.minecraft.entity.Entity
Return whether this entity should NOT trigger a pressure plate or a tripwire.
doesEntityNotTriggerPressurePlate() - Method in class net.minecraft.entity.passive.EntityBat
Return whether this entity should NOT trigger a pressure plate or a tripwire.
doesGuiPauseGame() - Method in class net.minecraft.client.gui.achievement.GuiAchievements
Returns true if this GUI should pause the game when it is displayed in single-player
doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiChat
Returns true if this GUI should pause the game when it is displayed in single-player
doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiGameOver
Returns true if this GUI should pause the game when it is displayed in single-player
doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiMainMenu
Returns true if this GUI should pause the game when it is displayed in single-player
doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiScreen
Returns true if this GUI should pause the game when it is displayed in single-player
doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiWinGame
Returns true if this GUI should pause the game when it is displayed in single-player
doesGuiPauseGame() - Method in class net.minecraft.client.gui.inventory.GuiContainer
Returns true if this GUI should pause the game when it is displayed in single-player
doesStringStartWith(String, String) - Static method in class net.minecraft.command.CommandBase
Returns true if the given substring is exactly equal to the start of the given string (case insensitive).
doesXZShowFog(int, int) - Method in class net.minecraft.world.WorldProvider
 
doesXZShowFog(int, int) - Method in class net.minecraft.world.WorldProviderEnd
 
doesXZShowFog(int, int) - Method in class net.minecraft.world.WorldProviderHell
 
doExplosionA() - Method in class net.minecraft.world.Explosion
Does the first part of the explosion (destroy blocks)
doExplosionB(boolean) - Method in class net.minecraft.world.Explosion
Does the second part of the explosion (sound, particles, drop spawn)
doJump() - Method in class net.minecraft.entity.ai.EntityJumpHelper
Called to actually make the entity jump if isJumping is true.
doorSteel - Static variable in class net.minecraft.block.Block
 
doorSteel - Static variable in class net.minecraft.item.Item
 
doorWood - Static variable in class net.minecraft.block.Block
 
doorWood - Static variable in class net.minecraft.item.Item
 
doPlayerHarvestCheck(EntityPlayer, Block, boolean) - Static method in class net.minecraftforge.event.ForgeEventFactory
 
doPreChunk(int, int, boolean) - Method in class net.minecraft.client.multiplayer.WorldClient
 
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.Render
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderArrow
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBat
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBiped
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBlaze
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBoat
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderChicken
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderCow
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderDragon
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderEnderman
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderEntity
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFallingSand
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFireball
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFish
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderIronGolem
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderItem
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderLightningBolt
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderLiving
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderMagmaCube
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderMinecart
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderMooshroom
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderOcelot
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderPainting
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderPig
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderPlayer
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderSilverfish
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderSnowball
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderSquid
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderTNTPrimed
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderVillager
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderWitch
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderWither
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderXPOrb
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderZombie
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.tileentity.RenderEnderCrystal
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.tileentity.RenderItemFrame
Actually renders the given argument.
doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.tileentity.RenderWitherSkull
Actually renders the given argument.
doRenderEnderCrystal(EntityEnderCrystal, double, double, double, float, float) - Method in class net.minecraft.client.renderer.tileentity.RenderEnderCrystal
Renders the Ender Crystal.
doRenderFallingSand(EntityFallingSand, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFallingSand
The actual render method that is used in doRender
doRenderFireball(EntityFireball, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFireball
 
doRenderFishHook(EntityFishHook, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFish
Actually renders the fishing line and hook
doRenderIronGolem(EntityIronGolem, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderIronGolem
Renders the Iron Golem.
doRenderItem(EntityItem, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderItem
Renders the item
doRenderLightningBolt(EntityLightningBolt, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderLightningBolt
Actually renders the lightning bolt.
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBat
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBiped
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBlaze
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderChicken
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderCow
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderDragon
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderEnderman
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderIronGolem
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderLiving
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderMagmaCube
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderMooshroom
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderOcelot
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderPig
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderPlayer
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderSilverfish
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderSquid
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderVillager
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderWitch
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderWither
 
doRenderLiving(EntityLiving, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderZombie
 
doRenderShadowAndFire(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.Render
Renders the entity's shadow and fire (if its on fire).
doSpawnParticle(String, double, double, double, double, double, double) - Method in class net.minecraft.client.renderer.RenderGlobal
Spawns a particle.
doSpecialSpawn(EntityLiving, World, float, float, float) - Static method in class net.minecraftforge.event.ForgeEventFactory
 
doTickInGame(TickType, boolean, Object...) - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
 
doTickInGame(TickType, boolean, Object...) - Method in class net.minecraft.src.BaseMod
 
doTickInGUI(TickType, boolean, Object...) - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
 
doTickInGUI(TickType, boolean, Object...) - Method in class net.minecraft.src.BaseMod
 
dotProduct(Vec3) - Method in class net.minecraft.util.Vec3
 
Downloader - Class in cpw.mods.fml.relauncher
 
Downloader() - Constructor for class cpw.mods.fml.relauncher.Downloader
 
downloadTexturePack(File, String, IDownloadSuccess, Map, int, IProgressUpdate) - Static method in class net.minecraft.util.HttpUtil
 
dragging - Variable in class net.minecraft.client.gui.GuiSlider
Is this slider control being dragged.
dragonEgg - Static variable in class net.minecraft.block.Block
 
dragonEgg - Static variable in class net.minecraft.block.material.Material
 
dragonPartArray - Variable in class net.minecraft.entity.boss.EntityDragon
An array containing all body parts of this dragon
dragonPartBody - Variable in class net.minecraft.entity.boss.EntityDragon
The body bounding box of a dragon
dragonPartHead - Variable in class net.minecraft.entity.boss.EntityDragon
The head bounding box of a dragon
dragonPartTail1 - Variable in class net.minecraft.entity.boss.EntityDragon
 
dragonPartTail2 - Variable in class net.minecraft.entity.boss.EntityDragon
 
dragonPartTail3 - Variable in class net.minecraft.entity.boss.EntityDragon
 
dragonPartWing1 - Variable in class net.minecraft.entity.boss.EntityDragon
 
dragonPartWing2 - Variable in class net.minecraft.entity.boss.EntityDragon
 
drain(int, boolean) - Method in interface net.minecraftforge.liquids.ILiquidTank
 
drain(ForgeDirection, int, boolean) - Method in interface net.minecraftforge.liquids.ITankContainer
Drains liquid out of internal tanks, distribution is left to the ITankContainer.
drain(int, int, boolean) - Method in interface net.minecraftforge.liquids.ITankContainer
Drains liquid out of the specified internal tank.
drain(int, boolean) - Method in class net.minecraftforge.liquids.LiquidTank
 
draw(float) - Method in class net.minecraft.client.gui.GuiParticle
 
draw(Tessellator, float) - Method in class net.minecraft.client.model.TexturedQuad
 
draw() - Method in class net.minecraft.client.renderer.Tessellator
Draws the data set up in this tessellator and resets the state to prepare for new drawing.
drawBackground(int) - Method in class net.minecraft.client.gui.GuiScreen
Draws the background (i is always 0 as of 1.2.2)
drawBlockBreaking(EntityPlayer, MovingObjectPosition, int, ItemStack, float) - Method in class net.minecraft.client.renderer.RenderGlobal
 
drawBlockDamageTexture(Tessellator, EntityPlayer, float) - Method in class net.minecraft.client.renderer.RenderGlobal
 
drawBlockDamageTexture(Tessellator, EntityLiving, float) - Method in class net.minecraft.client.renderer.RenderGlobal
 
DrawBlockHighlightEvent - Class in net.minecraftforge.client.event
 
DrawBlockHighlightEvent(RenderGlobal, EntityPlayer, MovingObjectPosition, int, ItemStack, float) - Constructor for class net.minecraftforge.client.event.DrawBlockHighlightEvent
 
drawButton - Variable in class net.minecraft.client.gui.GuiButton
Hides the button completely if false.
drawButton(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButton
Draws this button to the screen.
drawButton(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButtonLanguage
Draws this button to the screen.
drawButton(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButtonMerchant
Draws this button to the screen.
drawCenteredString(FontRenderer, String, int, int, int) - Method in class net.minecraft.client.gui.Gui
Renders the specified text to the screen, center-aligned.
drawChat(int) - Method in class net.minecraft.client.gui.GuiNewChat
 
drawClouds(float) - Method in class net.minecraft.world.World
 
drawClouds(float) - Method in class net.minecraft.world.WorldProvider
 
drawCloudsBody(float) - Method in class net.minecraft.world.World
 
drawCrossedSquares(Block, int, double, double, double, float) - Method in class net.minecraft.client.renderer.RenderBlocks
Utility function to draw crossed swuares
drawDefaultBackground() - Method in class net.minecraft.client.gui.GuiScreen
Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png
drawDefaultBackground() - Method in class net.minecraft.client.gui.GuiScreenDemo
Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png
drawInForegroundOfTab() - Method in class net.minecraft.creativetab.CreativeTabs
 
drawLine(String, int, int) - Method in class cpw.mods.fml.client.GuiModList
 
drawMode - Variable in class net.minecraft.client.renderer.Tessellator
The draw mode currently being used by the tessellator.
drawRect(int, int, int, int, int) - Static method in class net.minecraft.client.gui.Gui
Draws a solid color rectangle with the specified coordinates and color.
drawScreen(GuiErrorScreen, FontRenderer, int, int, float) - Method in exception cpw.mods.fml.client.CustomModLoadingErrorDisplayException
Draw your error to the screen.
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiCustomModLoadingErrorScreen
 
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiDupesFound
 
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiIdMismatchScreen
 
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiModList
 
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiModsMissing
 
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiModsMissingForServer
 
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiScrollingList
 
drawScreen(int, int, float) - Method in class cpw.mods.fml.client.GuiWrongMinecraft
 
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.achievement.GuiAchievements
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.achievement.GuiStats
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiChat
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiCommandBlock
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiConfirmOpenLink
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiControls
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiCreateFlatWorld
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiCreateWorld
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiDisconnected
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiDownloadTerrain
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiErrorScreen
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiFlatPresets
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiGameOver
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiIngameMenu
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiLanguage
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMainMenu
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMemoryErrorScreen
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMerchant
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMultiplayer
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiOptions
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiProgress
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiRenameWorld
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiRepair
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreen
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenAddServer
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenBook
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenDemo
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenServerList
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiSelectWorld
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiShareToLan
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiSlot
draws the slot to the screen, pass in mouse's current x and y and partial ticks
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiSnooper
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiVideoSettings
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiWinGame
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiYesNo
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiContainer
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiEditSign
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiInventory
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.gui.ScreenChatOptions
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.multiplayer.GuiConnecting
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.renderer.InventoryEffectRenderer
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraft.client.texturepacks.GuiTexturePacks
Draws the screen and all the components in it.
drawScreen(int, int, float) - Method in class net.minecraftforge.client.GuiControlsScrollPanel
 
drawSelectionBox(EntityPlayer, MovingObjectPosition, int, ItemStack, float) - Method in class net.minecraft.client.renderer.RenderGlobal
Draws the selection box for the player.
drawSplitString(String, int, int, int, int) - Method in class net.minecraft.client.gui.FontRenderer
Splits and draws a String with wordwrap (maximum length is parameter k)
drawString(String, int, int, int) - Method in class net.minecraft.client.gui.FontRenderer
Draws the specified string.
drawString(String, int, int, int, boolean) - Method in class net.minecraft.client.gui.FontRenderer
Draws the specified string.
drawString(FontRenderer, String, int, int, int) - Method in class net.minecraft.client.gui.Gui
Renders the specified text to the screen.
drawStringWithShadow(String, int, int, int) - Method in class net.minecraft.client.gui.FontRenderer
Draws the specified string with a shadow.
drawTextBox() - Method in class net.minecraft.client.gui.GuiTextField
Draws the textbox
drawTexturedModalRect(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.Gui
Draws a textured rectangle at the stored z-value.
drawWorldBackground(int) - Method in class net.minecraft.client.gui.GuiScreen
 
dropAllItems() - Method in class net.minecraft.entity.player.InventoryPlayer
Drop all armor and main inventory items.
dropBlockAsItem(World, int, int, int, int, int) - Method in class net.minecraft.block.Block
Drops the specified block items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.Block
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockBed
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockCocoa
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockCrops
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockFlowerPot
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockJukeBox
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockLeaves
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockMobSpawner
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockNetherStalk
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockOre
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockPistonMoving
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockPotato
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockRedstoneOre
Drops the block items with a specified chance of dropping the specified items
dropBlockAsItemWithChance(World, int, int, int, int, float, int) - Method in class net.minecraft.block.BlockStem
Drops the block items with a specified chance of dropping the specified items
dropCartAsItem() - Method in class net.minecraft.entity.item.EntityMinecart
Drops the cart as a item.
dropItem(int, int) - Method in class net.minecraft.entity.Entity
Drops an item stack at the entity's position.
dropItemStack() - Method in class net.minecraft.entity.EntityHanging
Drop the item currently on this item frame.
dropItemStack() - Method in class net.minecraft.entity.item.EntityItemFrame
Drop the item currently on this item frame.
dropItemStack() - Method in class net.minecraft.entity.item.EntityPainting
Drop the item currently on this item frame.
dropItemWithOffset(int, int, float) - Method in class net.minecraft.entity.Entity
Drops an item stack with a specified y offset.
dropOneItem(boolean) - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Called when player presses the drop item key
dropOneItem(boolean) - Method in class net.minecraft.entity.player.EntityPlayer
Called when player presses the drop item key
dropPlayerItem(ItemStack) - Method in class net.minecraft.entity.player.EntityPlayer
Args: itemstack - called when player drops an item stack that's not in his inventory (like items still placed in a workbench while the workbench'es GUI gets closed)
dropPlayerItemWithRandomChoice(ItemStack, boolean) - Method in class net.minecraft.entity.player.EntityPlayer
Args: itemstack, flag
drops - Variable in class net.minecraftforge.event.entity.living.LivingDropsEvent
 
dropStat - Static variable in class net.minecraft.stats.StatList
the distance you've dropped (or times you've fallen?)
drown - Static variable in class net.minecraft.util.DamageSource
 
DummyDownloader - Class in cpw.mods.fml.relauncher
 
DummyDownloader() - Constructor for class cpw.mods.fml.relauncher.DummyDownloader
 
DummyModContainer - Class in cpw.mods.fml.common
 
DummyModContainer(ModMetadata) - Constructor for class cpw.mods.fml.common.DummyModContainer
 
DummyModContainer() - Constructor for class cpw.mods.fml.common.DummyModContainer
 
dump() - Method in class ibxm.Envelope
 
DUNGEON_CHEST - Static variable in class net.minecraftforge.common.ChestGenHooks
 
DungeonHooks - Class in net.minecraftforge.common
 
DungeonHooks() - Constructor for class net.minecraftforge.common.DungeonHooks
 
DungeonHooks.DungeonLoot - Class in net.minecraftforge.common
Deprecated. 
DungeonHooks.DungeonLoot(int, ItemStack, int, int) - Constructor for class net.minecraftforge.common.DungeonHooks.DungeonLoot
Deprecated. 
DungeonHooks.DungeonMob - Class in net.minecraftforge.common
 
DungeonHooks.DungeonMob(int, String) - Constructor for class net.minecraftforge.common.DungeonHooks.DungeonMob
 
dupes - Variable in exception cpw.mods.fml.common.DuplicateModsFoundException
 
DuplicateModsFoundException - Exception in cpw.mods.fml.common
 
DuplicateModsFoundException(SetMultimap<ModContainer, File>) - Constructor for exception cpw.mods.fml.common.DuplicateModsFoundException
 
duration - Variable in class net.minecraft.network.packet.Packet41EntityEffect
 
dyeColorNames - Static variable in class net.minecraft.item.ItemDye
List of dye color names
dyeColors - Static variable in class net.minecraft.item.ItemDye
 
dyePowder - Static variable in class net.minecraft.item.Item
 

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