|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.entity.Entity
net.minecraft.entity.boss.EntityDragonPart
public class EntityDragonPart
| Field Summary | |
|---|---|
IEntityMultiPart |
entityDragonObj
The dragon entity this dragon part belongs to |
String |
name
The name of the Dragon Part |
| Constructor Summary | |
|---|---|
EntityDragonPart(IEntityMultiPart par1,
String par2,
float par3,
float par4)
|
|
| Method Summary | |
|---|---|
boolean |
attackEntityFrom(DamageSource par1DamageSource,
int par2)
Called when the entity is attacked. |
boolean |
canBeCollidedWith()
Returns true if other Entities should be prevented from moving through this Entity. |
boolean |
isEntityEqual(Entity par1Entity)
Returns true if Entity argument is equal to this Entity |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final IEntityMultiPart entityDragonObj
public final String name
| Constructor Detail |
|---|
public EntityDragonPart(IEntityMultiPart par1,
String par2,
float par3,
float par4)
| Method Detail |
|---|
public boolean canBeCollidedWith()
canBeCollidedWith in class Entity
public boolean attackEntityFrom(DamageSource par1DamageSource,
int par2)
attackEntityFrom in class Entitypublic boolean isEntityEqual(Entity par1Entity)
isEntityEqual in class Entity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||