Package net.minecraft.client.particle
Class PortalParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.PortalParticle
- Direct Known Subclasses:
- ReversePortalParticle
- 
Nested Class SummaryNested Classes
- 
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 SummaryConstructorsModifierConstructorDescriptionprotectedPortalParticle(ClientLevel p_107551_, double p_107552_, double p_107553_, double p_107554_, double p_107555_, double p_107556_, double p_107557_) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetLightColor(float p_107564_) floatgetQuadSize(float p_107567_) voidmove(double p_107560_, double p_107561_, double p_107562_) voidtick()Methods inherited from class net.minecraft.client.particle.TextureSheetParticlegetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.SingleQuadParticlerender, scaleMethods inherited from class net.minecraft.client.particle.ParticlegetBoundingBox, getLifetime, getParticleGroup, 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- 
PortalParticleprotected PortalParticle(ClientLevel p_107551_, double p_107552_, double p_107553_, double p_107554_, double p_107555_, double p_107556_, double p_107557_) 
 
- 
- 
Method Details- 
getRenderType- Specified by:
- getRenderTypein class- Particle
 
- 
movepublic void move(double p_107560_, double p_107561_, double p_107562_) 
- 
getQuadSizepublic float getQuadSize(float p_107567_) - Overrides:
- getQuadSizein class- SingleQuadParticle
 
- 
getLightColorpublic int getLightColor(float p_107564_) - Overrides:
- getLightColorin class- Particle
 
- 
tickpublic void tick()
 
-