|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.Entity
net.minecraft.src.EntityFireball
net.minecraft.src.EntitySmallFireball
public class EntitySmallFireball
| Field Summary |
|---|
| Fields inherited from class net.minecraft.src.EntityFireball |
|---|
accelerationX, accelerationY, accelerationZ, shootingEntity |
| Constructor Summary | |
|---|---|
EntitySmallFireball(World par1World)
|
|
EntitySmallFireball(World par1World,
double par2,
double par4,
double par6,
double par8,
double par10,
double par12)
|
|
EntitySmallFireball(World par1World,
EntityLiving par2EntityLiving,
double par3,
double par5,
double par7)
|
|
| 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. |
| Methods inherited from class net.minecraft.src.EntityFireball |
|---|
getBrightness, getBrightnessForRender, getCollisionBorderSize, getShadowSize, isInRangeToRenderDist, onUpdate, readEntityFromNBT, writeEntityToNBT |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EntitySmallFireball(World par1World)
public EntitySmallFireball(World par1World,
EntityLiving par2EntityLiving,
double par3,
double par5,
double par7)
public EntitySmallFireball(World par1World,
double par2,
double par4,
double par6,
double par8,
double par10,
double par12)
| Method Detail |
|---|
public boolean canBeCollidedWith()
canBeCollidedWith in class EntityFireball
public boolean attackEntityFrom(DamageSource par1DamageSource,
int par2)
attackEntityFrom in class EntityFireball
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||