Uses of Interface
net.minecraft.src.IEntityMultiPart

Packages that use IEntityMultiPart
net.minecraft.src   
 

Uses of IEntityMultiPart in net.minecraft.src
 

Classes in net.minecraft.src that implement IEntityMultiPart
 class EntityDragon
           
 

Fields in net.minecraft.src declared as IEntityMultiPart
 IEntityMultiPart EntityDragonPart.entityDragonObj
          The dragon entity this dragon part belongs to
 

Constructors in net.minecraft.src with parameters of type IEntityMultiPart
EntityDragonPart(IEntityMultiPart par1, String par2, float par3, float par4)