Uses of Interface
net.minecraft.entity.IEntityMultiPart

Packages that use IEntityMultiPart
net.minecraft.entity.boss   
 

Uses of IEntityMultiPart in net.minecraft.entity.boss
 

Classes in net.minecraft.entity.boss that implement IEntityMultiPart
 class EntityDragon
           
 

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

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