|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.entity.Entity
net.minecraft.client.particle.EntityFX
public class EntityFX
Field Summary | |
---|---|
static double |
interpPosX
|
static double |
interpPosY
|
static double |
interpPosZ
|
Constructor Summary | |
---|---|
EntityFX(World par1World,
double par2,
double par4,
double par6,
double par8,
double par10,
double par12)
|
Method Summary | |
---|---|
boolean |
canAttackWithItem()
If returns false, the item will not inflict any damage against entities. |
float |
getBlueColorF()
|
int |
getFXLayer()
|
float |
getGreenColorF()
|
int |
getParticleTextureIndex()
|
float |
getRedColorF()
|
EntityFX |
multipleParticleScaleBy(float par1)
|
EntityFX |
multiplyVelocity(float par1)
|
void |
onUpdate()
Called to update the entity's position/logic. |
void |
readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
(abstract) Protected helper method to read subclass entity data from NBT. |
void |
renderParticle(Tessellator par1Tessellator,
float par2,
float par3,
float par4,
float par5,
float par6,
float par7)
|
void |
setAlphaF(float par1)
Sets the particle alpha (float) |
void |
setParticleTextureIndex(int par1)
Public method to set private field particleTextureIndex. |
void |
setRBGColorF(float par1,
float par2,
float par3)
|
String |
toString()
|
void |
writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
(abstract) Protected helper method to write subclass entity data to NBT. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static double interpPosX
public static double interpPosY
public static double interpPosZ
Constructor Detail |
---|
public EntityFX(World par1World, double par2, double par4, double par6, double par8, double par10, double par12)
Method Detail |
---|
public EntityFX multiplyVelocity(float par1)
public EntityFX multipleParticleScaleBy(float par1)
public void setRBGColorF(float par1, float par2, float par3)
public void setAlphaF(float par1)
public float getRedColorF()
public float getGreenColorF()
public float getBlueColorF()
public void onUpdate()
onUpdate
in class Entity
public void renderParticle(Tessellator par1Tessellator, float par2, float par3, float par4, float par5, float par6, float par7)
public int getFXLayer()
public void writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
public void readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
public void setParticleTextureIndex(int par1)
public int getParticleTextureIndex()
public boolean canAttackWithItem()
canAttackWithItem
in class Entity
public String toString()
toString
in class Entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |