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

E

eatGrassBonus() - Method in class net.minecraft.src.EntityLiving
This function applies the benefits of growing back wool and faster growing up to the acting entity.
eatGrassBonus() - Method in class net.minecraft.src.EntitySheep
This function applies the benefits of growing back wool and faster growing up to the acting entity.
edgeExists(T, T) - Method in class cpw.mods.fml.common.toposort.TopologicalSort.DirectedGraph
 
edgesFrom(T) - Method in class cpw.mods.fml.common.toposort.TopologicalSort.DirectedGraph
 
editingBlocks - Variable in class net.minecraft.src.World
true while the world is editing blocks
effectAmplifier - Variable in class net.minecraft.src.Packet41EntityEffect
The effect's amplifier.
effectId - Variable in class net.minecraft.src.Enchantment
 
effectId - Variable in class net.minecraft.src.Packet41EntityEffect
 
effectId - Variable in class net.minecraft.src.Packet42RemoveEntityEffect
The ID of the effect which is being removed from an entity.
effectRenderer - Variable in class net.minecraft.client.Minecraft
 
EffectRenderer - Class in net.minecraft.src
 
EffectRenderer(World, RenderEngine) - Constructor for class net.minecraft.src.EffectRenderer
 
efficiency - Static variable in class net.minecraft.src.Enchantment
Faster resource gathering while in use
efficiencyOnProperMaterial - Variable in class net.minecraft.src.ItemTool
 
egg - Static variable in class net.minecraft.src.Item
 
ejectRecord(World, int, int, int) - Method in class net.minecraft.src.BlockJukeBox
Ejects the current record inside of the jukebox.
elapsedPartialTicks - Variable in class net.minecraft.src.Timer
How much time has elapsed since the last tick, in ticks (range: 0.0 - 1.0).
elapsedTicks - Variable in class net.minecraft.src.Timer
How many full ticks have turned over since the last call to updateTimer(), capped at 10.
emerald - Static variable in class net.minecraft.src.Item
 
EmptyChunk - Class in net.minecraft.src
 
EmptyChunk(World, int, int) - Constructor for class net.minecraft.src.EmptyChunk
 
enableAO - Variable in class net.minecraft.src.RenderBlocks
Whether ambient occlusion is enabled or not
enableBonusChest() - Method in class net.minecraft.src.WorldSettings
Enables the bonus chest.
enableCommands() - Method in class net.minecraft.src.WorldSettings
 
enabled - Variable in class net.minecraft.src.GuiButton
True if this control is enabled, false to disable.
enableGUIStandardItemLighting() - Static method in class net.minecraft.src.RenderHelper
Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
enableLightmap(double) - Method in class net.minecraft.src.EntityRenderer
Enable lightmap in secondary texture unit
enableProfiling() - Method in class net.minecraft.server.MinecraftServer
 
enableStandardItemLighting() - Static method in class net.minecraft.src.RenderHelper
Sets the OpenGL lighting properties to the values used when rendering blocks as items
enableVsync - Variable in class net.minecraft.src.GameSettings
 
enchantItem(EntityPlayer, int) - Method in class net.minecraft.src.Container
enchants the item on the table using the specified slot; also deducts XP from player
enchantItem(EntityPlayer, int) - Method in class net.minecraft.src.ContainerEnchantment
enchants the item on the table using the specified slot; also deducts XP from player
enchantLevels - Variable in class net.minecraft.src.ContainerEnchantment
3-member array storing the enchantment levels of each slot
Enchantment - Class in net.minecraft.src
 
enchantment - Variable in class net.minecraft.src.Packet108EnchantItem
The position of the enchantment on the enchantment table window, starting with 0 as the topmost one.
EnchantmentArrowDamage - Class in net.minecraft.src
 
EnchantmentArrowDamage(int, int) - Constructor for class net.minecraft.src.EnchantmentArrowDamage
 
EnchantmentArrowFire - Class in net.minecraft.src
 
EnchantmentArrowFire(int, int) - Constructor for class net.minecraft.src.EnchantmentArrowFire
 
EnchantmentArrowInfinite - Class in net.minecraft.src
 
EnchantmentArrowInfinite(int, int) - Constructor for class net.minecraft.src.EnchantmentArrowInfinite
 
EnchantmentArrowKnockback - Class in net.minecraft.src
 
EnchantmentArrowKnockback(int, int) - Constructor for class net.minecraft.src.EnchantmentArrowKnockback
 
EnchantmentDamage - Class in net.minecraft.src
 
EnchantmentDamage(int, int, int) - Constructor for class net.minecraft.src.EnchantmentDamage
 
EnchantmentData - Class in net.minecraft.src
 
EnchantmentData(Enchantment, int) - Constructor for class net.minecraft.src.EnchantmentData
 
EnchantmentDigging - Class in net.minecraft.src
 
EnchantmentDurability - Class in net.minecraft.src
 
EnchantmentFireAspect - Class in net.minecraft.src
 
EnchantmentHelper - Class in net.minecraft.src
 
EnchantmentHelper() - Constructor for class net.minecraft.src.EnchantmentHelper
 
EnchantmentKnockback - Class in net.minecraft.src
 
enchantmentLevel - Variable in class net.minecraft.src.EnchantmentData
Enchantment level associated with this EnchantmentData
EnchantmentLootBonus - Class in net.minecraft.src
 
EnchantmentNameParts - Class in net.minecraft.src
 
EnchantmentNameParts() - Constructor for class net.minecraft.src.EnchantmentNameParts
 
enchantmentobj - Variable in class net.minecraft.src.EnchantmentData
Enchantment object associated with this EnchantmentData
EnchantmentOxygen - Class in net.minecraft.src
 
EnchantmentOxygen(int, int) - Constructor for class net.minecraft.src.EnchantmentOxygen
 
EnchantmentProtection - Class in net.minecraft.src
 
EnchantmentProtection(int, int, int) - Constructor for class net.minecraft.src.EnchantmentProtection
 
enchantments - Static variable in class net.minecraft.src.AchievementList
Is the 'Enchanter' achievement
enchantmentsList - Static variable in class net.minecraft.src.Enchantment
 
enchantmentTable - Static variable in class net.minecraft.src.Block
 
EnchantmentUntouching - Class in net.minecraft.src
 
EnchantmentWaterWorker - Class in net.minecraft.src
 
EnchantmentWaterWorker(int, int) - Constructor for class net.minecraft.src.EnchantmentWaterWorker
 
encryptOuputStream(SecretKey, OutputStream) - Static method in class net.minecraft.src.CryptManager
 
endArray() - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
endArray() - Method in class cpw.mods.fml.common.discovery.asm.ModAnnotation
 
enderChest - Static variable in class net.minecraft.src.Block
 
enderEyeMetaToDirection - Static variable in class net.minecraft.src.Direction
 
enderPearl - Static variable in class net.minecraft.src.Item
 
endOfStream() - Method in class paulscode.sound.codecs.CodecIBXM
Returns false if there is still more data available to be read in.
endPortal - Static variable in class net.minecraft.src.Block
 
endPortalFrame - Static variable in class net.minecraft.src.Block
 
endSection() - Method in class net.minecraft.src.Profiler
End section
endStartSection(String) - Method in class net.minecraft.src.Profiler
End current section and start a new section
endSubAnnotation() - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
enhanceCrashReport(CrashReport) - Method in class cpw.mods.fml.common.FMLCommonHandler
 
enqueueRelightChecks() - Method in class net.minecraft.src.Chunk
Called once-per-chunk-per-tick, and advances the round-robin relight check index per-storage-block by up to 8 blocks at a time.
ensurePublicAccessFor(String) - Method in class cpw.mods.fml.common.asm.transformers.AccessTransformer
 
entities - Variable in class net.minecraft.src.AnvilConverterData
 
Entity - Class in net.minecraft.src
 
Entity(World) - Constructor for class net.minecraft.src.Entity
 
entity - Variable in class net.minecraftforge.event.entity.EntityEvent
 
EntityAgeable - Class in net.minecraft.src
 
EntityAgeable(World) - Constructor for class net.minecraft.src.EntityAgeable
 
EntityAIArrowAttack - Class in net.minecraft.src
 
EntityAIArrowAttack(IRangedAttackMob, float, int, float) - Constructor for class net.minecraft.src.EntityAIArrowAttack
 
EntityAIAttackOnCollide - Class in net.minecraft.src
 
EntityAIAttackOnCollide(EntityLiving, Class, float, boolean) - Constructor for class net.minecraft.src.EntityAIAttackOnCollide
 
EntityAIAttackOnCollide(EntityLiving, float, boolean) - Constructor for class net.minecraft.src.EntityAIAttackOnCollide
 
EntityAIAvoidEntity - Class in net.minecraft.src
 
EntityAIAvoidEntity(EntityCreature, Class, float, float, float) - Constructor for class net.minecraft.src.EntityAIAvoidEntity
 
EntityAIBase - Class in net.minecraft.src
 
EntityAIBase() - Constructor for class net.minecraft.src.EntityAIBase
 
EntityAIBeg - Class in net.minecraft.src
 
EntityAIBeg(EntityWolf, float) - Constructor for class net.minecraft.src.EntityAIBeg
 
EntityAIBreakDoor - Class in net.minecraft.src
 
EntityAIBreakDoor(EntityLiving) - Constructor for class net.minecraft.src.EntityAIBreakDoor
 
EntityAIControlledByPlayer - Class in net.minecraft.src
 
EntityAIControlledByPlayer(EntityLiving, float) - Constructor for class net.minecraft.src.EntityAIControlledByPlayer
 
EntityAICreeperSwell - Class in net.minecraft.src
 
EntityAICreeperSwell(EntityCreeper) - Constructor for class net.minecraft.src.EntityAICreeperSwell
 
EntityAIDefendVillage - Class in net.minecraft.src
 
EntityAIDefendVillage(EntityIronGolem) - Constructor for class net.minecraft.src.EntityAIDefendVillage
 
EntityAIDoorInteract - Class in net.minecraft.src
 
EntityAIDoorInteract(EntityLiving) - Constructor for class net.minecraft.src.EntityAIDoorInteract
 
EntityAIEatGrass - Class in net.minecraft.src
 
EntityAIEatGrass(EntityLiving) - Constructor for class net.minecraft.src.EntityAIEatGrass
 
EntityAIFleeSun - Class in net.minecraft.src
 
EntityAIFleeSun(EntityCreature, float) - Constructor for class net.minecraft.src.EntityAIFleeSun
 
EntityAIFollowGolem - Class in net.minecraft.src
 
EntityAIFollowGolem(EntityVillager) - Constructor for class net.minecraft.src.EntityAIFollowGolem
 
EntityAIFollowOwner - Class in net.minecraft.src
 
EntityAIFollowOwner(EntityTameable, float, float, float) - Constructor for class net.minecraft.src.EntityAIFollowOwner
 
EntityAIFollowParent - Class in net.minecraft.src
 
EntityAIFollowParent(EntityAnimal, float) - Constructor for class net.minecraft.src.EntityAIFollowParent
 
EntityAIHurtByTarget - Class in net.minecraft.src
 
EntityAIHurtByTarget(EntityLiving, boolean) - Constructor for class net.minecraft.src.EntityAIHurtByTarget
 
EntityAILeapAtTarget - Class in net.minecraft.src
 
EntityAILeapAtTarget(EntityLiving, float) - Constructor for class net.minecraft.src.EntityAILeapAtTarget
 
EntityAILookAtTradePlayer - Class in net.minecraft.src
 
EntityAILookAtTradePlayer(EntityVillager) - Constructor for class net.minecraft.src.EntityAILookAtTradePlayer
 
EntityAILookAtVillager - Class in net.minecraft.src
 
EntityAILookAtVillager(EntityIronGolem) - Constructor for class net.minecraft.src.EntityAILookAtVillager
 
EntityAILookIdle - Class in net.minecraft.src
 
EntityAILookIdle(EntityLiving) - Constructor for class net.minecraft.src.EntityAILookIdle
 
EntityAIMate - Class in net.minecraft.src
 
EntityAIMate(EntityAnimal, float) - Constructor for class net.minecraft.src.EntityAIMate
 
EntityAIMoveIndoors - Class in net.minecraft.src
 
EntityAIMoveIndoors(EntityCreature) - Constructor for class net.minecraft.src.EntityAIMoveIndoors
 
EntityAIMoveThroughVillage - Class in net.minecraft.src
 
EntityAIMoveThroughVillage(EntityCreature, float, boolean) - Constructor for class net.minecraft.src.EntityAIMoveThroughVillage
 
EntityAIMoveTowardsTarget - Class in net.minecraft.src
 
EntityAIMoveTowardsTarget(EntityCreature, float, float) - Constructor for class net.minecraft.src.EntityAIMoveTowardsTarget
 
EntityAIMoveTwardsRestriction - Class in net.minecraft.src
 
EntityAIMoveTwardsRestriction(EntityCreature, float) - Constructor for class net.minecraft.src.EntityAIMoveTwardsRestriction
 
EntityAINearestAttackableTarget - Class in net.minecraft.src
 
EntityAINearestAttackableTarget(EntityLiving, Class, float, int, boolean) - Constructor for class net.minecraft.src.EntityAINearestAttackableTarget
 
EntityAINearestAttackableTarget(EntityLiving, Class, float, int, boolean, boolean) - Constructor for class net.minecraft.src.EntityAINearestAttackableTarget
 
EntityAINearestAttackableTarget(EntityLiving, Class, float, int, boolean, boolean, IEntitySelector) - Constructor for class net.minecraft.src.EntityAINearestAttackableTarget
 
EntityAINearestAttackableTargetSorter - Class in net.minecraft.src
 
EntityAINearestAttackableTargetSorter(EntityAINearestAttackableTarget, Entity) - Constructor for class net.minecraft.src.EntityAINearestAttackableTargetSorter
 
EntityAIOcelotAttack - Class in net.minecraft.src
 
EntityAIOcelotAttack(EntityLiving) - Constructor for class net.minecraft.src.EntityAIOcelotAttack
 
EntityAIOcelotSit - Class in net.minecraft.src
 
EntityAIOcelotSit(EntityOcelot, float) - Constructor for class net.minecraft.src.EntityAIOcelotSit
 
EntityAIOpenDoor - Class in net.minecraft.src
 
EntityAIOpenDoor(EntityLiving, boolean) - Constructor for class net.minecraft.src.EntityAIOpenDoor
 
EntityAIOwnerHurtByTarget - Class in net.minecraft.src
 
EntityAIOwnerHurtByTarget(EntityTameable) - Constructor for class net.minecraft.src.EntityAIOwnerHurtByTarget
 
EntityAIOwnerHurtTarget - Class in net.minecraft.src
 
EntityAIOwnerHurtTarget(EntityTameable) - Constructor for class net.minecraft.src.EntityAIOwnerHurtTarget
 
EntityAIPanic - Class in net.minecraft.src
 
EntityAIPanic(EntityCreature, float) - Constructor for class net.minecraft.src.EntityAIPanic
 
EntityAIPlay - Class in net.minecraft.src
 
EntityAIPlay(EntityVillager, float) - Constructor for class net.minecraft.src.EntityAIPlay
 
EntityAIRestrictOpenDoor - Class in net.minecraft.src
 
EntityAIRestrictOpenDoor(EntityCreature) - Constructor for class net.minecraft.src.EntityAIRestrictOpenDoor
 
EntityAIRestrictSun - Class in net.minecraft.src
 
EntityAIRestrictSun(EntityCreature) - Constructor for class net.minecraft.src.EntityAIRestrictSun
 
EntityAISit - Class in net.minecraft.src
 
EntityAISit(EntityTameable) - Constructor for class net.minecraft.src.EntityAISit
 
EntityAISwimming - Class in net.minecraft.src
 
EntityAISwimming(EntityLiving) - Constructor for class net.minecraft.src.EntityAISwimming
 
EntityAITarget - Class in net.minecraft.src
 
EntityAITarget(EntityLiving, float, boolean) - Constructor for class net.minecraft.src.EntityAITarget
 
EntityAITarget(EntityLiving, float, boolean, boolean) - Constructor for class net.minecraft.src.EntityAITarget
 
EntityAITargetNonTamed - Class in net.minecraft.src
 
EntityAITargetNonTamed(EntityTameable, Class, float, int, boolean) - Constructor for class net.minecraft.src.EntityAITargetNonTamed
 
EntityAITaskEntry - Class in net.minecraft.src
 
EntityAITaskEntry(EntityAITasks, int, EntityAIBase) - Constructor for class net.minecraft.src.EntityAITaskEntry
 
EntityAITasks - Class in net.minecraft.src
 
EntityAITasks(Profiler) - Constructor for class net.minecraft.src.EntityAITasks
 
EntityAITempt - Class in net.minecraft.src
 
EntityAITempt(EntityCreature, float, int, boolean) - Constructor for class net.minecraft.src.EntityAITempt
 
EntityAITradePlayer - Class in net.minecraft.src
 
EntityAITradePlayer(EntityVillager) - Constructor for class net.minecraft.src.EntityAITradePlayer
 
EntityAIVillagerMate - Class in net.minecraft.src
 
EntityAIVillagerMate(EntityVillager) - Constructor for class net.minecraft.src.EntityAIVillagerMate
 
EntityAIWander - Class in net.minecraft.src
 
EntityAIWander(EntityCreature, float) - Constructor for class net.minecraft.src.EntityAIWander
 
EntityAIWatchClosest - Class in net.minecraft.src
 
EntityAIWatchClosest(EntityLiving, Class, float) - Constructor for class net.minecraft.src.EntityAIWatchClosest
 
EntityAIWatchClosest(EntityLiving, Class, float, float) - Constructor for class net.minecraft.src.EntityAIWatchClosest
 
EntityAIWatchClosest2 - Class in net.minecraft.src
 
EntityAIWatchClosest2(EntityLiving, Class, float, float) - Constructor for class net.minecraft.src.EntityAIWatchClosest2
 
EntityAmbientCreature - Class in net.minecraft.src
 
EntityAmbientCreature(World) - Constructor for class net.minecraft.src.EntityAmbientCreature
 
EntityAnimal - Class in net.minecraft.src
 
EntityAnimal(World) - Constructor for class net.minecraft.src.EntityAnimal
 
EntityArrow - Class in net.minecraft.src
 
EntityArrow(World) - Constructor for class net.minecraft.src.EntityArrow
 
EntityArrow(World, double, double, double) - Constructor for class net.minecraft.src.EntityArrow
 
EntityArrow(World, EntityLiving, EntityLiving, float, float) - Constructor for class net.minecraft.src.EntityArrow
 
EntityArrow(World, EntityLiving, float) - Constructor for class net.minecraft.src.EntityArrow
 
EntityAuraFX - Class in net.minecraft.src
 
EntityAuraFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityAuraFX
 
EntityBat - Class in net.minecraft.src
 
EntityBat(World) - Constructor for class net.minecraft.src.EntityBat
 
EntityBlaze - Class in net.minecraft.src
 
EntityBlaze(World) - Constructor for class net.minecraft.src.EntityBlaze
 
EntityBoat - Class in net.minecraft.src
 
EntityBoat(World) - Constructor for class net.minecraft.src.EntityBoat
 
EntityBoat(World, double, double, double) - Constructor for class net.minecraft.src.EntityBoat
 
EntityBodyHelper - Class in net.minecraft.src
 
EntityBodyHelper(EntityLiving) - Constructor for class net.minecraft.src.EntityBodyHelper
 
EntityBreakingFX - Class in net.minecraft.src
 
EntityBreakingFX(World, double, double, double, Item) - Constructor for class net.minecraft.src.EntityBreakingFX
 
EntityBreakingFX(World, double, double, double, double, double, double, Item) - Constructor for class net.minecraft.src.EntityBreakingFX
 
EntityBubbleFX - Class in net.minecraft.src
 
EntityBubbleFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityBubbleFX
 
EntityCaveSpider - Class in net.minecraft.src
 
EntityCaveSpider(World) - Constructor for class net.minecraft.src.EntityCaveSpider
 
EntityChicken - Class in net.minecraft.src
 
EntityChicken(World) - Constructor for class net.minecraft.src.EntityChicken
 
entityClass - Variable in class net.minecraft.src.SpawnListEntry
Holds the class of the entity to be spawned.
EntityClientPlayerMP - Class in net.minecraft.src
 
EntityClientPlayerMP(Minecraft, World, Session, NetClientHandler) - Constructor for class net.minecraft.src.EntityClientPlayerMP
 
EntityCloudFX - Class in net.minecraft.src
 
EntityCloudFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityCloudFX
 
entityCollisionReduction - Variable in class net.minecraft.src.Entity
Reduces the velocity applied by entity collisions by the specified percent.
EntityCow - Class in net.minecraft.src
 
EntityCow(World) - Constructor for class net.minecraft.src.EntityCow
 
EntityCreature - Class in net.minecraft.src
 
EntityCreature(World) - Constructor for class net.minecraft.src.EntityCreature
 
EntityCreeper - Class in net.minecraft.src
 
EntityCreeper(World) - Constructor for class net.minecraft.src.EntityCreeper
 
EntityCrit2FX - Class in net.minecraft.src
 
EntityCrit2FX(World, Entity) - Constructor for class net.minecraft.src.EntityCrit2FX
 
EntityCrit2FX(World, Entity, String) - Constructor for class net.minecraft.src.EntityCrit2FX
 
EntityCritFX - Class in net.minecraft.src
 
EntityCritFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityCritFX
 
EntityCritFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.src.EntityCritFX
 
EntityDamageSource - Class in net.minecraft.src
 
EntityDamageSource(String, Entity) - Constructor for class net.minecraft.src.EntityDamageSource
 
EntityDamageSourceIndirect - Class in net.minecraft.src
 
EntityDamageSourceIndirect(String, Entity, Entity) - Constructor for class net.minecraft.src.EntityDamageSourceIndirect
 
EntityDiggingFX - Class in net.minecraft.src
 
EntityDiggingFX(World, double, double, double, double, double, double, Block, int, int) - Constructor for class net.minecraft.src.EntityDiggingFX
 
EntityDragon - Class in net.minecraft.src
 
EntityDragon(World) - Constructor for class net.minecraft.src.EntityDragon
 
entityDragonObj - Variable in class net.minecraft.src.EntityDragonPart
The dragon entity this dragon part belongs to
EntityDragonPart - Class in net.minecraft.src
 
EntityDragonPart(IEntityMultiPart, String, float, float) - Constructor for class net.minecraft.src.EntityDragonPart
 
entityDropItem(ItemStack, float) - Method in class net.minecraft.src.Entity
Drops an item at the position of the entity.
EntityDropParticleFX - Class in net.minecraft.src
 
EntityDropParticleFX(World, double, double, double, Material) - Constructor for class net.minecraft.src.EntityDropParticleFX
 
EntityEgg - Class in net.minecraft.src
 
EntityEgg(World) - Constructor for class net.minecraft.src.EntityEgg
 
EntityEgg(World, EntityLiving) - Constructor for class net.minecraft.src.EntityEgg
 
EntityEgg(World, double, double, double) - Constructor for class net.minecraft.src.EntityEgg
 
EntityEggInfo - Class in net.minecraft.src
 
EntityEggInfo(int, int, int) - Constructor for class net.minecraft.src.EntityEggInfo
 
entityEggs - Static variable in class net.minecraft.src.EntityList
This is a HashMap of the Creative Entity Eggs/Spawners.
EntityEnchantmentTableParticleFX - Class in net.minecraft.src
 
EntityEnchantmentTableParticleFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityEnchantmentTableParticleFX
 
EntityEnderCrystal - Class in net.minecraft.src
 
EntityEnderCrystal(World) - Constructor for class net.minecraft.src.EntityEnderCrystal
 
EntityEnderCrystal(World, double, double, double) - Constructor for class net.minecraft.src.EntityEnderCrystal
 
EntityEnderEye - Class in net.minecraft.src
 
EntityEnderEye(World) - Constructor for class net.minecraft.src.EntityEnderEye
 
EntityEnderEye(World, double, double, double) - Constructor for class net.minecraft.src.EntityEnderEye
 
EntityEnderman - Class in net.minecraft.src
 
EntityEnderman(World) - Constructor for class net.minecraft.src.EntityEnderman
 
EntityEnderPearl - Class in net.minecraft.src
 
EntityEnderPearl(World) - Constructor for class net.minecraft.src.EntityEnderPearl
 
EntityEnderPearl(World, EntityLiving) - Constructor for class net.minecraft.src.EntityEnderPearl
 
EntityEnderPearl(World, double, double, double) - Constructor for class net.minecraft.src.EntityEnderPearl
 
EntityEvent - Class in net.minecraftforge.event.entity
 
EntityEvent(Entity) - Constructor for class net.minecraftforge.event.entity.EntityEvent
 
EntityEvent.CanUpdate - Class in net.minecraftforge.event.entity
 
EntityEvent.CanUpdate(Entity) - Constructor for class net.minecraftforge.event.entity.EntityEvent.CanUpdate
 
EntityEvent.EnteringChunk - Class in net.minecraftforge.event.entity
 
EntityEvent.EnteringChunk(Entity, int, int, int, int) - Constructor for class net.minecraftforge.event.entity.EntityEvent.EnteringChunk
 
EntityExpBottle - Class in net.minecraft.src
 
EntityExpBottle(World) - Constructor for class net.minecraft.src.EntityExpBottle
 
EntityExpBottle(World, EntityLiving) - Constructor for class net.minecraft.src.EntityExpBottle
 
EntityExpBottle(World, double, double, double) - Constructor for class net.minecraft.src.EntityExpBottle
 
EntityExplodeFX - Class in net.minecraft.src
 
EntityExplodeFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityExplodeFX
 
EntityFallingSand - Class in net.minecraft.src
 
EntityFallingSand(World) - Constructor for class net.minecraft.src.EntityFallingSand
 
EntityFallingSand(World, double, double, double, int) - Constructor for class net.minecraft.src.EntityFallingSand
 
EntityFallingSand(World, double, double, double, int, int) - Constructor for class net.minecraft.src.EntityFallingSand
 
EntityFireball - Class in net.minecraft.src
 
EntityFireball(World) - Constructor for class net.minecraft.src.EntityFireball
 
EntityFireball(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityFireball
 
EntityFireball(World, EntityLiving, double, double, double) - Constructor for class net.minecraft.src.EntityFireball
 
EntityFishHook - Class in net.minecraft.src
 
EntityFishHook(World) - Constructor for class net.minecraft.src.EntityFishHook
 
EntityFishHook(World, double, double, double, EntityPlayer) - Constructor for class net.minecraft.src.EntityFishHook
 
EntityFishHook(World, EntityPlayer) - Constructor for class net.minecraft.src.EntityFishHook
 
EntityFlameFX - Class in net.minecraft.src
 
EntityFlameFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityFlameFX
 
EntityFlying - Class in net.minecraft.src
 
EntityFlying(World) - Constructor for class net.minecraft.src.EntityFlying
 
EntityFootStepFX - Class in net.minecraft.src
 
EntityFootStepFX(RenderEngine, World, double, double, double) - Constructor for class net.minecraft.src.EntityFootStepFX
 
EntityFX - Class in net.minecraft.src
 
EntityFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityFX
 
EntityGhast - Class in net.minecraft.src
 
EntityGhast(World) - Constructor for class net.minecraft.src.EntityGhast
 
EntityGiantZombie - Class in net.minecraft.src
 
EntityGiantZombie(World) - Constructor for class net.minecraft.src.EntityGiantZombie
 
EntityGolem - Class in net.minecraft.src
 
EntityGolem(World) - Constructor for class net.minecraft.src.EntityGolem
 
EntityHanging - Class in net.minecraft.src
 
EntityHanging(World) - Constructor for class net.minecraft.src.EntityHanging
 
EntityHanging(World, int, int, int, int) - Constructor for class net.minecraft.src.EntityHanging
 
EntityHeartFX - Class in net.minecraft.src
 
EntityHeartFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityHeartFX
 
EntityHeartFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.src.EntityHeartFX
 
entityHit - Variable in class net.minecraft.src.MovingObjectPosition
The hit entity
EntityHugeExplodeFX - Class in net.minecraft.src
 
EntityHugeExplodeFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityHugeExplodeFX
 
entityId - Variable in class cpw.mods.fml.common.network.EntitySpawnAdjustmentPacket
 
entityId - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
entityId - Variable in class net.minecraft.src.Entity
 
entityID - Variable in class net.minecraft.src.Packet17Sleep
 
entityId - Variable in class net.minecraft.src.Packet18Animation
The entity ID, in this case it's the player ID.
entityId - Variable in class net.minecraft.src.Packet19EntityAction
Player ID.
entityId - Variable in class net.minecraft.src.Packet20NamedEntitySpawn
The entity ID, in this case it's the player ID.
entityId - Variable in class net.minecraft.src.Packet21PickupSpawn
Unique entity ID.
entityId - Variable in class net.minecraft.src.Packet23VehicleSpawn
Entity ID of the object.
entityId - Variable in class net.minecraft.src.Packet24MobSpawn
The entity ID.
entityId - Variable in class net.minecraft.src.Packet25EntityPainting
 
entityId - Variable in class net.minecraft.src.Packet26EntityExpOrb
Entity ID for the XP Orb
entityId - Variable in class net.minecraft.src.Packet28EntityVelocity
 
entityId - Variable in class net.minecraft.src.Packet29DestroyEntity
ID of the entity to be destroyed on the client.
entityId - Variable in class net.minecraft.src.Packet30Entity
The ID of this entity.
entityId - Variable in class net.minecraft.src.Packet34EntityTeleport
ID of the entity.
entityId - Variable in class net.minecraft.src.Packet35EntityHeadRotation
 
entityId - Variable in class net.minecraft.src.Packet38EntityStatus
 
entityId - Variable in class net.minecraft.src.Packet39AttachEntity
 
entityId - Variable in class net.minecraft.src.Packet40EntityMetadata
 
entityId - Variable in class net.minecraft.src.Packet41EntityEffect
 
entityId - Variable in class net.minecraft.src.Packet42RemoveEntityEffect
The ID of the entity which an effect is being removed from.
entityID - Variable in class net.minecraft.src.Packet5PlayerInventory
Entity ID of the object.
entityID - Variable in class net.minecraft.src.Packet71Weather
 
EntityInteractEvent - Class in net.minecraftforge.event.entity.player
 
EntityInteractEvent(EntityPlayer, Entity) - Constructor for class net.minecraftforge.event.entity.player.EntityInteractEvent
 
EntityIronGolem - Class in net.minecraft.src
 
EntityIronGolem(World) - Constructor for class net.minecraft.src.EntityIronGolem
 
EntityItem - Class in net.minecraft.src
 
EntityItem(World, double, double, double, ItemStack) - Constructor for class net.minecraft.src.EntityItem
 
EntityItem(World) - Constructor for class net.minecraft.src.EntityItem
 
entityItem - Variable in class net.minecraftforge.event.entity.item.ItemEvent
The relevant EntityItem for this event, already cast for you.
EntityItemFrame - Class in net.minecraft.src
 
EntityItemFrame(World) - Constructor for class net.minecraft.src.EntityItemFrame
 
EntityItemFrame(World, int, int, int, int) - Constructor for class net.minecraft.src.EntityItemFrame
 
EntityItemPickupEvent - Class in net.minecraftforge.event.entity.player
 
EntityItemPickupEvent(EntityPlayer, EntityItem) - Constructor for class net.minecraftforge.event.entity.player.EntityItemPickupEvent
 
EntityJoinWorldEvent - Class in net.minecraftforge.event.entity
 
EntityJoinWorldEvent(Entity, World) - Constructor for class net.minecraftforge.event.entity.EntityJoinWorldEvent
 
EntityJumpHelper - Class in net.minecraft.src
 
EntityJumpHelper(EntityLiving) - Constructor for class net.minecraft.src.EntityJumpHelper
 
EntityLargeExplodeFX - Class in net.minecraft.src
 
EntityLargeExplodeFX(RenderEngine, World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityLargeExplodeFX
 
EntityLargeFireball - Class in net.minecraft.src
 
EntityLargeFireball(World) - Constructor for class net.minecraft.src.EntityLargeFireball
 
EntityLargeFireball(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityLargeFireball
 
EntityLargeFireball(World, EntityLiving, double, double, double) - Constructor for class net.minecraft.src.EntityLargeFireball
 
EntityLavaFX - Class in net.minecraft.src
 
EntityLavaFX(World, double, double, double) - Constructor for class net.minecraft.src.EntityLavaFX
 
EntityLightningBolt - Class in net.minecraft.src
 
EntityLightningBolt(World, double, double, double) - Constructor for class net.minecraft.src.EntityLightningBolt
 
EntityList - Class in net.minecraft.src
 
EntityList() - Constructor for class net.minecraft.src.EntityList
 
entityLists - Variable in class net.minecraft.src.Chunk
Array of Lists containing the entities in this Chunk.
EntityLiving - Class in net.minecraft.src
 
EntityLiving(World) - Constructor for class net.minecraft.src.EntityLiving
 
entityLiving - Variable in class net.minecraftforge.event.entity.living.LivingEvent
 
entityLivingPlayer - Variable in class net.minecraft.src.TileEntityRenderer
 
EntityLookHelper - Class in net.minecraft.src
 
EntityLookHelper(EntityLiving) - Constructor for class net.minecraft.src.EntityLookHelper
 
EntityMagmaCube - Class in net.minecraft.src
 
EntityMagmaCube(World) - Constructor for class net.minecraft.src.EntityMagmaCube
 
EntityMinecart - Class in net.minecraft.src
 
EntityMinecart(World) - Constructor for class net.minecraft.src.EntityMinecart
 
EntityMinecart(World, int) - Constructor for class net.minecraft.src.EntityMinecart
 
EntityMinecart(World, double, double, double, int) - Constructor for class net.minecraft.src.EntityMinecart
 
EntityMob - Class in net.minecraft.src
 
EntityMob(World) - Constructor for class net.minecraft.src.EntityMob
 
EntityMooshroom - Class in net.minecraft.src
 
EntityMooshroom(World) - Constructor for class net.minecraft.src.EntityMooshroom
 
EntityMoveHelper - Class in net.minecraft.src
 
EntityMoveHelper(EntityLiving) - Constructor for class net.minecraft.src.EntityMoveHelper
 
EntityNoteFX - Class in net.minecraft.src
 
EntityNoteFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityNoteFX
 
EntityNoteFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.src.EntityNoteFX
 
EntityOcelot - Class in net.minecraft.src
 
EntityOcelot(World) - Constructor for class net.minecraft.src.EntityOcelot
 
EntityOtherPlayerMP - Class in net.minecraft.src
 
EntityOtherPlayerMP(World, String) - Constructor for class net.minecraft.src.EntityOtherPlayerMP
 
EntityPainting - Class in net.minecraft.src
 
EntityPainting(World) - Constructor for class net.minecraft.src.EntityPainting
 
EntityPainting(World, int, int, int, int) - Constructor for class net.minecraft.src.EntityPainting
 
EntityPainting(World, int, int, int, int, String) - Constructor for class net.minecraft.src.EntityPainting
 
EntityPickupFX - Class in net.minecraft.src
 
EntityPickupFX(World, Entity, Entity, float) - Constructor for class net.minecraft.src.EntityPickupFX
 
EntityPig - Class in net.minecraft.src
 
EntityPig(World) - Constructor for class net.minecraft.src.EntityPig
 
EntityPigZombie - Class in net.minecraft.src
 
EntityPigZombie(World) - Constructor for class net.minecraft.src.EntityPigZombie
 
EntityPlayer - Class in net.minecraft.src
 
EntityPlayer(World) - Constructor for class net.minecraft.src.EntityPlayer
 
entityPlayer - Variable in class net.minecraftforge.event.entity.player.PlayerDropsEvent
 
entityPlayer - Variable in class net.minecraftforge.event.entity.player.PlayerEvent
 
EntityPlayerMP - Class in net.minecraft.src
 
EntityPlayerMP(MinecraftServer, World, String, ItemInWorldManager) - Constructor for class net.minecraft.src.EntityPlayerMP
 
entityplayerObj - Variable in class net.minecraft.src.MapInfo
Reference for EntityPlayer object in MapInfo
EntityPlayerSP - Class in net.minecraft.src
 
EntityPlayerSP(Minecraft, World, Session, int) - Constructor for class net.minecraft.src.EntityPlayerSP
 
EntityPortalFX - Class in net.minecraft.src
 
EntityPortalFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityPortalFX
 
EntityPotion - Class in net.minecraft.src
 
EntityPotion(World) - Constructor for class net.minecraft.src.EntityPotion
 
EntityPotion(World, EntityLiving, int) - Constructor for class net.minecraft.src.EntityPotion
 
EntityPotion(World, EntityLiving, ItemStack) - Constructor for class net.minecraft.src.EntityPotion
 
EntityPotion(World, double, double, double, int) - Constructor for class net.minecraft.src.EntityPotion
 
EntityPotion(World, double, double, double, ItemStack) - Constructor for class net.minecraft.src.EntityPotion
 
EntityRainFX - Class in net.minecraft.src
 
EntityRainFX(World, double, double, double) - Constructor for class net.minecraft.src.EntityRainFX
 
EntityReddustFX - Class in net.minecraft.src
 
EntityReddustFX(World, double, double, double, float, float, float) - Constructor for class net.minecraft.src.EntityReddustFX
 
EntityReddustFX(World, double, double, double, float, float, float, float) - Constructor for class net.minecraft.src.EntityReddustFX
 
EntityRegistry - Class in cpw.mods.fml.common.registry
 
EntityRegistry.EntityRegistration - Class in cpw.mods.fml.common.registry
 
EntityRegistry.EntityRegistration(ModContainer, Class<? extends Entity>, String, int, int, int, boolean) - Constructor for class cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration
 
entityRenderer - Variable in class net.minecraft.client.Minecraft
 
EntityRenderer - Class in net.minecraft.src
 
EntityRenderer(Minecraft) - Constructor for class net.minecraft.src.EntityRenderer
 
EntityRendererProxy - Class in net.minecraft.src
 
EntityRendererProxy(Minecraft) - Constructor for class net.minecraft.src.EntityRendererProxy
 
entityRenderMap - Variable in class net.minecraft.src.RenderManager
A map of entity classes and the associated renderer.
EntitySenses - Class in net.minecraft.src
 
EntitySenses(EntityLiving) - Constructor for class net.minecraft.src.EntitySenses
 
EntitySheep - Class in net.minecraft.src
 
EntitySheep(World) - Constructor for class net.minecraft.src.EntitySheep
 
EntitySilverfish - Class in net.minecraft.src
 
EntitySilverfish(World) - Constructor for class net.minecraft.src.EntitySilverfish
 
EntitySkeleton - Class in net.minecraft.src
 
EntitySkeleton(World) - Constructor for class net.minecraft.src.EntitySkeleton
 
EntitySlime - Class in net.minecraft.src
 
EntitySlime(World) - Constructor for class net.minecraft.src.EntitySlime
 
EntitySmallFireball - Class in net.minecraft.src
 
EntitySmallFireball(World) - Constructor for class net.minecraft.src.EntitySmallFireball
 
EntitySmallFireball(World, EntityLiving, double, double, double) - Constructor for class net.minecraft.src.EntitySmallFireball
 
EntitySmallFireball(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntitySmallFireball
 
EntitySmokeFX - Class in net.minecraft.src
 
EntitySmokeFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntitySmokeFX
 
EntitySmokeFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.src.EntitySmokeFX
 
EntitySnowball - Class in net.minecraft.src
 
EntitySnowball(World) - Constructor for class net.minecraft.src.EntitySnowball
 
EntitySnowball(World, EntityLiving) - Constructor for class net.minecraft.src.EntitySnowball
 
EntitySnowball(World, double, double, double) - Constructor for class net.minecraft.src.EntitySnowball
 
EntitySnowman - Class in net.minecraft.src
 
EntitySnowman(World) - Constructor for class net.minecraft.src.EntitySnowman
 
EntitySnowShovelFX - Class in net.minecraft.src
 
EntitySnowShovelFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntitySnowShovelFX
 
EntitySnowShovelFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.src.EntitySnowShovelFX
 
EntitySorter - Class in net.minecraft.src
 
EntitySorter(Entity) - Constructor for class net.minecraft.src.EntitySorter
 
EntitySpawnAdjustmentPacket - Class in cpw.mods.fml.common.network
 
EntitySpawnAdjustmentPacket() - Constructor for class cpw.mods.fml.common.network.EntitySpawnAdjustmentPacket
 
EntitySpawnPacket - Class in cpw.mods.fml.common.network
 
EntitySpawnPacket() - Constructor for class cpw.mods.fml.common.network.EntitySpawnPacket
 
EntitySpellParticleFX - Class in net.minecraft.src
 
EntitySpellParticleFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntitySpellParticleFX
 
EntitySpider - Class in net.minecraft.src
 
EntitySpider(World) - Constructor for class net.minecraft.src.EntitySpider
 
EntitySplashFX - Class in net.minecraft.src
 
EntitySplashFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntitySplashFX
 
EntitySquid - Class in net.minecraft.src
 
EntitySquid(World) - Constructor for class net.minecraft.src.EntitySquid
 
entityStatus - Variable in class net.minecraft.src.Packet38EntityStatus
2 for hurt, 3 for dead
EntitySuspendFX - Class in net.minecraft.src
 
EntitySuspendFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntitySuspendFX
 
EntityTameable - Class in net.minecraft.src
 
EntityTameable(World) - Constructor for class net.minecraft.src.EntityTameable
 
EntityThrowable - Class in net.minecraft.src
 
EntityThrowable(World) - Constructor for class net.minecraft.src.EntityThrowable
 
EntityThrowable(World, EntityLiving) - Constructor for class net.minecraft.src.EntityThrowable
 
EntityThrowable(World, double, double, double) - Constructor for class net.minecraft.src.EntityThrowable
 
EntityTNTPrimed - Class in net.minecraft.src
 
EntityTNTPrimed(World) - Constructor for class net.minecraft.src.EntityTNTPrimed
 
EntityTNTPrimed(World, double, double, double) - Constructor for class net.minecraft.src.EntityTNTPrimed
 
EntityTracker - Class in net.minecraft.src
 
EntityTracker(WorldServer) - Constructor for class net.minecraft.src.EntityTracker
 
EntityTrackerEntry - Class in net.minecraft.src
 
EntityTrackerEntry(Entity, int, int, boolean) - Constructor for class net.minecraft.src.EntityTrackerEntry
 
EntityVillager - Class in net.minecraft.src
 
EntityVillager(World) - Constructor for class net.minecraft.src.EntityVillager
 
EntityVillager(World, int) - Constructor for class net.minecraft.src.EntityVillager
 
EntityWaterMob - Class in net.minecraft.src
 
EntityWaterMob(World) - Constructor for class net.minecraft.src.EntityWaterMob
 
EntityWeatherEffect - Class in net.minecraft.src
 
EntityWeatherEffect(World) - Constructor for class net.minecraft.src.EntityWeatherEffect
 
EntityWitch - Class in net.minecraft.src
 
EntityWitch(World) - Constructor for class net.minecraft.src.EntityWitch
 
EntityWither - Class in net.minecraft.src
 
EntityWither(World) - Constructor for class net.minecraft.src.EntityWither
 
EntityWitherSkull - Class in net.minecraft.src
 
EntityWitherSkull(World) - Constructor for class net.minecraft.src.EntityWitherSkull
 
EntityWitherSkull(World, EntityLiving, double, double, double) - Constructor for class net.minecraft.src.EntityWitherSkull
 
EntityWitherSkull(World, double, double, double, double, double, double) - Constructor for class net.minecraft.src.EntityWitherSkull
 
EntityWolf - Class in net.minecraft.src
 
EntityWolf(World) - Constructor for class net.minecraft.src.EntityWolf
 
EntityXPOrb - Class in net.minecraft.src
 
EntityXPOrb(World, double, double, double, int) - Constructor for class net.minecraft.src.EntityXPOrb
 
EntityXPOrb(World) - Constructor for class net.minecraft.src.EntityXPOrb
 
EntityZombie - Class in net.minecraft.src
 
EntityZombie(World) - Constructor for class net.minecraft.src.EntityZombie
 
entrySet() - Method in class net.minecraft.src.LowerStringMap
 
EnumAction - Enum in net.minecraft.src
 
EnumArmorMaterial - Enum in net.minecraft.src
 
EnumArt - Enum in net.minecraft.src
 
EnumCreatureAttribute - Enum in net.minecraft.src
 
EnumCreatureType - Enum in net.minecraft.src
 
EnumDoor - Enum in net.minecraft.src
 
EnumEnchantmentType - Enum in net.minecraft.src
 
EnumEntitySize - Enum in net.minecraft.src
 
EnumFacing - Enum in net.minecraft.src
 
EnumGameType - Enum in net.minecraft.src
 
EnumHelper - Class in net.minecraftforge.common
 
EnumHelper() - Constructor for class net.minecraftforge.common.EnumHelper
 
EnumHelperClient - Class in net.minecraftforge.client
 
EnumHelperClient() - Constructor for class net.minecraftforge.client.EnumHelperClient
 
EnumMobType - Enum in net.minecraft.src
 
EnumMovingObjectType - Enum in net.minecraft.src
 
EnumOptions - Enum in net.minecraft.src
 
EnumOS - Enum in net.minecraft.src
 
EnumOSHelper - Class in net.minecraft.src
 
EnumOSHelper() - Constructor for class net.minecraft.src.EnumOSHelper
 
enumOSMappingHelperArray - Static variable in class net.minecraft.src.EnumOSHelper
 
EnumPlantType - Enum in net.minecraftforge.common
 
EnumRarity - Enum in net.minecraft.src
 
EnumSkyBlock - Enum in net.minecraft.src
 
EnumStatus - Enum in net.minecraft.src
 
EnumToolMaterial - Enum in net.minecraft.src
 
Envelope - Class in ibxm
 
Envelope() - Constructor for class ibxm.Envelope
 
equals(Object) - Method in class cpw.mods.fml.common.versioning.ComparableVersion
 
equals(Object) - Method in class cpw.mods.fml.common.versioning.DefaultArtifactVersion
 
equals(Object) - Method in class cpw.mods.fml.common.versioning.Restriction
 
equals(Object) - Method in class cpw.mods.fml.common.versioning.VersionRange
 
equals(Object) - Method in class net.minecraft.src.BlockEventData
 
equals(Object) - Method in class net.minecraft.src.ChunkCoordinates
 
equals(Object) - Method in class net.minecraft.src.ChunkCoordIntPair
 
equals(Object) - Method in class net.minecraft.src.ChunkPosition
 
equals(Object) - Method in class net.minecraft.src.Entity
 
equals(Object) - Method in class net.minecraft.src.EntityTrackerEntry
 
equals(Object) - Method in class net.minecraft.src.NBTBase
 
equals(Object) - Method in class net.minecraft.src.NBTTagByte
 
equals(Object) - Method in class net.minecraft.src.NBTTagByteArray
 
equals(Object) - Method in class net.minecraft.src.NBTTagCompound
 
equals(Object) - Method in class net.minecraft.src.NBTTagDouble
 
equals(Object) - Method in class net.minecraft.src.NBTTagFloat
 
equals(Object) - Method in class net.minecraft.src.NBTTagInt
 
equals(Object) - Method in class net.minecraft.src.NBTTagIntArray
 
equals(Object) - Method in class net.minecraft.src.NBTTagList
 
equals(Object) - Method in class net.minecraft.src.NBTTagLong
 
equals(Object) - Method in class net.minecraft.src.NBTTagShort
 
equals(Object) - Method in class net.minecraft.src.NBTTagString
 
equals(Object) - Method in class net.minecraft.src.NextTickListEntry
 
equals(Object) - Method in class net.minecraft.src.PathPoint
 
equals(Object) - Method in class net.minecraft.src.PotionEffect
 
equals(ItemStack, int, int) - Method in class net.minecraftforge.common.DungeonHooks.DungeonLoot
 
equals(ItemStack) - Method in class net.minecraftforge.common.DungeonHooks.DungeonLoot
 
equals(Object) - Method in class net.minecraftforge.common.DungeonHooks.DungeonMob
 
equals(Object) - Method in class net.minecraftforge.common.MinecartRegistry.MinecartKey
 
equals(Object) - Method in class org.bouncycastle.asn1.ASN1Object
 
equals(Object) - Method in class org.bouncycastle.asn1.ASN1Primitive
 
equals(Object) - Method in class org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
 
errored - Variable in class cpw.mods.fml.client.FMLTextureFX
 
errorOccurred(ModContainer, Throwable) - Method in class cpw.mods.fml.common.LoadController
 
Event - Class in net.minecraftforge.event
Base Event class that all other events are derived from
Event() - Constructor for class net.minecraftforge.event.Event
 
Event.HasResult - Annotation Type in net.minecraftforge.event
 
Event.Result - Enum in net.minecraftforge.event
 
EVENT_BUS - Static variable in class net.minecraftforge.common.MinecraftForge
The core Forge EventBus, all events for Forge will be fired on this, you should use this to register all your listeners.
EventBus - Class in net.minecraftforge.event
 
EventBus() - Constructor for class net.minecraftforge.event.EventBus
 
EventPriority - Enum in net.minecraftforge.event
 
EventTransformer - Class in net.minecraftforge.transformers
 
EventTransformer() - Constructor for class net.minecraftforge.transformers.EventTransformer
 
EVERYTHING - Static variable in class cpw.mods.fml.common.versioning.Restriction
 
exception - Variable in class net.minecraftforge.event.CommandEvent
 
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.EntitySpawnAdjustmentPacket
 
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.EntitySpawnPacket
 
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.FMLPacket
 
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.ModIdentifiersPacket
 
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.ModListRequestPacket
This packet is executed on the client to evaluate the server's mod list against the client
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.ModListResponsePacket
 
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.ModMissingPacket
 
execute(INetworkManager, FMLNetworkHandler, NetHandler, String) - Method in class cpw.mods.fml.common.network.OpenGuiPacket
 
executeCommand(String) - Method in class net.minecraft.server.MinecraftServer
 
executeCommand(ICommandSender, String) - Method in class net.minecraft.src.CommandHandler
 
executeCommand(ICommandSender, String) - Method in interface net.minecraft.src.ICommandManager
 
executeCommand(String) - Method in interface net.minecraft.src.IServer
 
executePendingCommands() - Method in class net.minecraft.src.DedicatedServer
 
expand(double, double, double) - Method in class net.minecraft.src.AxisAlignedBB
Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink).
expandTo(StructureBoundingBox) - Method in class net.minecraft.src.StructureBoundingBox
Expands a bounding box's dimensions to include the supplied bounding box.
expBottle - Static variable in class net.minecraft.src.Item
Bottle o' Enchanting.
experience - Variable in class net.minecraft.src.EntityPlayer
The current amount of experience the player has within their Experience Bar.
experience - Variable in class net.minecraft.src.Packet43Experience
The current experience bar points.
experienceLevel - Variable in class net.minecraft.src.EntityPlayer
The current experience level the player is on.
experienceLevel - Variable in class net.minecraft.src.Packet43Experience
The experience level.
experienceTotal - Variable in class net.minecraft.src.EntityPlayer
The total amount of experience the player has.
experienceTotal - Variable in class net.minecraft.src.Packet43Experience
The total experience points.
exploder - Variable in class net.minecraft.src.Explosion
 
explore(ASMDataTable) - Method in class cpw.mods.fml.common.discovery.ModCandidate
 
explore(T, TopologicalSort.DirectedGraph<T>, List<T>, Set<T>, Set<T>) - Static method in class cpw.mods.fml.common.toposort.TopologicalSort
 
exploreFileSystem(String, File, List<ModContainer>, ModCandidate, MetadataCollection) - Method in class cpw.mods.fml.common.discovery.DirectoryDiscoverer
 
explosion - Static variable in class net.minecraft.src.DamageSource
 
Explosion - Class in net.minecraft.src
 
Explosion(World, Entity, double, double, double, float) - Constructor for class net.minecraft.src.Explosion
 
explosionSize - Variable in class net.minecraft.src.Explosion
 
explosionSize - Variable in class net.minecraft.src.Packet60Explosion
 
explosionX - Variable in class net.minecraft.src.Explosion
 
explosionX - Variable in class net.minecraft.src.Packet60Explosion
 
explosionY - Variable in class net.minecraft.src.Explosion
 
explosionY - Variable in class net.minecraft.src.Packet60Explosion
 
explosionZ - Variable in class net.minecraft.src.Explosion
 
explosionZ - Variable in class net.minecraft.src.Packet60Explosion
 
ExtendedBlockStorage - Class in net.minecraft.src
 
ExtendedBlockStorage(int) - Constructor for class net.minecraft.src.ExtendedBlockStorage
 
extendedLevelsInChunkCache() - Method in class net.minecraft.src.ChunkCache
 
extendedLevelsInChunkCache() - Method in interface net.minecraft.src.IBlockAccess
 
extendedLevelsInChunkCache() - Method in class net.minecraft.src.World
 
extendedReach() - Method in class net.minecraft.src.PlayerControllerMP
true for hitting entities far away.
extinguish() - Method in class net.minecraft.src.Entity
Removes fire from entity.
extinguishFire(EntityPlayer, int, int, int, int) - Method in class net.minecraft.src.World
If the block in the given direction of the given coordinate is fire, extinguish it.
extraLife - Variable in class net.minecraftforge.event.entity.item.ItemExpireEvent
 
extremeHills - Static variable in class net.minecraft.src.BiomeGenBase
 
extremeHillsEdge - Static variable in class net.minecraft.src.BiomeGenBase
Extreme Hills Edge biome.
eyeOfEnder - Static variable in class net.minecraft.src.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