Package net.minecraft.client.particle
Class EndRodParticle
- java.lang.Object
-
- net.minecraft.client.particle.Particle
-
- net.minecraft.client.particle.TexturedParticle
-
- net.minecraft.client.particle.SpriteTexturedParticle
-
- net.minecraft.client.particle.SimpleAnimatedParticle
-
- net.minecraft.client.particle.EndRodParticle
-
public class EndRodParticle extends SimpleAnimatedParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndRodParticle.Factory
-
Field Summary
-
Fields inherited from class net.minecraft.client.particle.SimpleAnimatedParticle
sprites
-
Fields inherited from class net.minecraft.client.particle.SpriteTexturedParticle
sprite
-
Fields inherited from class net.minecraft.client.particle.TexturedParticle
quadSize
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EndRodParticle(ClientWorld p_i232382_1_, double p_i232382_2_, double p_i232382_4_, double p_i232382_6_, double p_i232382_8_, double p_i232382_10_, double p_i232382_12_, IAnimatedSprite p_i232382_14_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
move(double p_187110_1_, double p_187110_3_, double p_187110_5_)
-
Methods inherited from class net.minecraft.client.particle.SimpleAnimatedParticle
getLightColor, getRenderType, setBaseAirFriction, setColor, setFadeColor, tick
-
Methods inherited from class net.minecraft.client.particle.SpriteTexturedParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
-
Methods inherited from class net.minecraft.client.particle.TexturedParticle
getQuadSize, render, scale
-
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, isAlive, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setPos, setPower, setSize, shouldCull, toString
-
-
-
-
Constructor Detail
-
EndRodParticle
private EndRodParticle(ClientWorld p_i232382_1_, double p_i232382_2_, double p_i232382_4_, double p_i232382_6_, double p_i232382_8_, double p_i232382_10_, double p_i232382_12_, IAnimatedSprite p_i232382_14_)
-
-