Package net.minecraft.client.particle
Class TrialSpawnerDetectionParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.TrialSpawnerDetectionParticle
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode
-
Field Summary
Fields inherited from class net.minecraft.client.particle.TextureSheetParticle
sprite
Fields inherited from class net.minecraft.client.particle.SingleQuadParticle
quadSize
-
Constructor Summary
ModifierConstructorDescriptionprotected
TrialSpawnerDetectionParticle
(ClientLevel p_310929_, double p_311438_, double p_312516_, double p_312471_, double p_311930_, double p_310570_, double p_311049_, float p_311264_, SpriteSet p_313038_) -
Method Summary
Modifier and TypeMethodDescriptionint
getLightColor
(float p_312792_) float
getQuadSize
(float p_313241_) void
tick()
Methods inherited from class net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
Methods inherited from class net.minecraft.client.particle.SingleQuadParticle
render, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getParticleGroup, getPos, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
-
Field Details
-
sprites
-
BASE_LIFETIME
private static final int BASE_LIFETIME- See Also:
-
-
Constructor Details
-
TrialSpawnerDetectionParticle
protected TrialSpawnerDetectionParticle(ClientLevel p_310929_, double p_311438_, double p_312516_, double p_312471_, double p_311930_, double p_310570_, double p_311049_, float p_311264_, SpriteSet p_313038_)
-
-
Method Details
-
getRenderType
- Specified by:
getRenderType
in classParticle
-
getLightColor
public int getLightColor(float p_312792_) - Overrides:
getLightColor
in classParticle
-
getFacingCameraMode
- Overrides:
getFacingCameraMode
in classSingleQuadParticle
-
tick
public void tick() -
getQuadSize
public float getQuadSize(float p_313241_) - Overrides:
getQuadSize
in classSingleQuadParticle
-