Class MesogleaDripParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.frozenblock.wilderwild.particle.MesogleaDripParticle
@Environment(CLIENT)
public class MesogleaDripParticle
extends net.minecraft.client.particle.TextureSheetParticle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class net.minecraft.client.particle.TextureSheetParticle
spriteFields inherited from class net.minecraft.client.particle.SingleQuadParticle
quadSizeFields inherited from class net.minecraft.client.particle.Particle
age, alpha, bbHeight, bbWidth, bCol, friction, gCol, gravity, hasPhysics, level, lifetime, onGround, oRoll, random, rCol, removed, roll, speedUpWhenYMotionIsBlocked, x, xd, xo, y, yd, yo, z, zd, zo -
Method Summary
Modifier and TypeMethodDescriptionintgetLightColor(float f) @NotNull net.minecraft.client.particle.ParticleRenderTypevoidlerpsToX(boolean b) protected voidprotected voidvoidrender(@NotNull com.mojang.blaze3d.vertex.VertexConsumer buffer, @NotNull net.minecraft.client.Camera renderInfo, float partialTicks) voidsetBothXRotMultipliers(float f) voidtick()Methods inherited from class net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.SingleQuadParticle
getQuadSize, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getParticleGroup, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, toString
-
Method Details
-
setBothXRotMultipliers
public void setBothXRotMultipliers(float f) -
lerpsToX
public void lerpsToX(boolean b) -
getRenderType
@NotNull public @NotNull net.minecraft.client.particle.ParticleRenderType getRenderType()- Specified by:
getRenderTypein classnet.minecraft.client.particle.Particle
-
getLightColor
public int getLightColor(float f) - Overrides:
getLightColorin classnet.minecraft.client.particle.Particle
-
tick
public void tick()- Overrides:
tickin classnet.minecraft.client.particle.Particle
-
render
public void render(@NotNull @NotNull com.mojang.blaze3d.vertex.VertexConsumer buffer, @NotNull @NotNull net.minecraft.client.Camera renderInfo, float partialTicks) - Overrides:
renderin classnet.minecraft.client.particle.SingleQuadParticle
-
preMoveUpdate
protected void preMoveUpdate() -
postMoveUpdate
protected void postMoveUpdate()
-