public class ParticleBeeExplore
extends net.minecraft.client.particle.Particle
cameraViewDir, canCollide, height, interpPosX, interpPosY, interpPosZ, isExpired, motionX, motionY, motionZ, onGround, particleAge, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleMaxAge, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world| Constructor and Description |
|---|
ParticleBeeExplore(net.minecraft.world.World world,
net.minecraft.util.math.Vec3d origin,
net.minecraft.util.math.BlockPos destination,
int color) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBrightnessForRender(float p_189214_1_) |
int |
getFXLayer() |
void |
move(double x,
double y,
double z) |
void |
onUpdate()
Called to update the entity's position/logic.
|
void |
renderParticle(net.minecraft.client.renderer.BufferBuilder buffer,
net.minecraft.entity.Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
getBlueColorF, getBoundingBox, getGreenColorF, getRedColorF, isAlive, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, shouldDisableDepth, toStringpublic ParticleBeeExplore(net.minecraft.world.World world,
net.minecraft.util.math.Vec3d origin,
net.minecraft.util.math.BlockPos destination,
int color)
public void onUpdate()
onUpdate in class net.minecraft.client.particle.Particlepublic void renderParticle(net.minecraft.client.renderer.BufferBuilder buffer,
net.minecraft.entity.Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ)
renderParticle in class net.minecraft.client.particle.Particlepublic int getBrightnessForRender(float p_189214_1_)
getBrightnessForRender in class net.minecraft.client.particle.Particlepublic void move(double x,
double y,
double z)
move in class net.minecraft.client.particle.Particlepublic int getFXLayer()
getFXLayer in class net.minecraft.client.particle.Particle