Package com.hbm_m.particle.nt
Class NukeTorex.Cloudlet
java.lang.Object
com.hbm_m.particle.nt.NukeTorex.Cloudlet
- Enclosing class:
- NukeTorex
-
Field Summary
FieldsModifier and TypeFieldDescriptionintfloatintnet.minecraft.world.phys.Vec3floatbooleandoubledoubledoubledoubledoubledoublenet.minecraft.world.phys.Vec3doubledoubledouble -
Constructor Summary
ConstructorsConstructorDescriptionCloudlet(double posX, double posY, double posZ, float angle, int age, int maxAge) Cloudlet(double posX, double posY, double posZ, float angle, int age, int maxAge, NukeTorex.TorexType type) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetAlpha()net.minecraft.world.phys.Vec3getInterpColor(float partialTicks) net.minecraft.world.phys.Vec3getInterpPos(float partialTicks) floatgetScale()setMotion(double mult) setScale(float start, float grow)
-
Field Details
-
posX
public double posX -
posY
public double posY -
posZ
public double posZ -
prevPosX
public double prevPosX -
prevPosY
public double prevPosY -
prevPosZ
public double prevPosZ -
motionX
public double motionX -
motionY
public double motionY -
motionZ
public double motionZ -
age
public int age -
cloudletLife
public int cloudletLife -
angle
public float angle -
isDead
public boolean isDead -
colorMod
public float colorMod -
color
public net.minecraft.world.phys.Vec3 color -
prevColor
public net.minecraft.world.phys.Vec3 prevColor -
type
-
-
Constructor Details
-
Cloudlet
public Cloudlet(double posX, double posY, double posZ, float angle, int age, int maxAge) -
Cloudlet
public Cloudlet(double posX, double posY, double posZ, float angle, int age, int maxAge, NukeTorex.TorexType type)
-
-
Method Details
-
getInterpPos
public net.minecraft.world.phys.Vec3 getInterpPos(float partialTicks) -
getInterpColor
public net.minecraft.world.phys.Vec3 getInterpColor(float partialTicks) -
getAlpha
public float getAlpha() -
getScale
public float getScale() -
setScale
-
setMotion
-