Package net.minecraft.client.particle
Class EnchantmentTableParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.EnchantmentTableParticle
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate final doubleFields inherited from class net.minecraft.client.particle.TextureSheetParticlespriteFields inherited from class net.minecraft.client.particle.SingleQuadParticlequadSize
- 
Constructor SummaryConstructorsConstructorDescriptionEnchantmentTableParticle(ClientLevel p_106464_, double p_106465_, double p_106466_, double p_106467_, double p_106468_, double p_106469_, double p_106470_) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetLightColor(float p_106486_) voidmove(double p_106482_, double p_106483_, double p_106484_) voidtick()Methods inherited from class net.minecraft.client.particle.TextureSheetParticlegetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.SingleQuadParticlegetQuadSize, render, scaleMethods inherited from class net.minecraft.client.particle.ParticlegetBoundingBox, getLifetime, getParticleGroup, getPos, isAlive, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
- 
Field Details- 
xStartprivate final double xStart
- 
yStartprivate final double yStart
- 
zStartprivate final double zStart
 
- 
- 
Constructor Details- 
EnchantmentTableParticleEnchantmentTableParticle(ClientLevel p_106464_, double p_106465_, double p_106466_, double p_106467_, double p_106468_, double p_106469_, double p_106470_) 
 
- 
- 
Method Details- 
getRenderType- Specified by:
- getRenderTypein class- Particle
 
- 
movepublic void move(double p_106482_, double p_106483_, double p_106484_) 
- 
getLightColorpublic int getLightColor(float p_106486_) - Overrides:
- getLightColorin class- Particle
 
- 
tickpublic void tick()
 
-