Package net.minecraft.client.particle
Class SingleQuadParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
- Direct Known Subclasses:
TextureSheetParticle
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.LifetimeAlpha -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSingleQuadParticle(ClientLevel p_107665_, double p_107666_, double p_107667_, double p_107668_) protectedSingleQuadParticle(ClientLevel p_107670_, double p_107671_, double p_107672_, double p_107673_, double p_107674_, double p_107675_, double p_107676_) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetQuadSize(float p_107681_) getRenderBoundingBox(float partialTicks) Returns the bounding box that should be used for particle culling.protected abstract floatgetU0()protected abstract floatgetU1()protected abstract floatgetV0()protected abstract floatgetV1()voidrender(VertexConsumer p_107678_, Camera p_107679_, float p_107680_) protected voidrenderRotatedQuad(VertexConsumer p_345690_, Camera p_344809_, org.joml.Quaternionf p_344798_, float p_345099_) protected voidrenderRotatedQuad(VertexConsumer p_346432_, org.joml.Quaternionf p_345557_, float p_345634_, float p_345953_, float p_345531_, float p_346426_) private voidrenderVertex(VertexConsumer p_345983_, org.joml.Quaternionf p_345441_, float p_345563_, float p_345839_, float p_346305_, float p_345242_, float p_346207_, float p_344893_, float p_345909_, float p_345984_, int p_345037_) scale(float p_107683_) Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, getRenderType, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, tick, toString
-
Field Details
-
quadSize
protected float quadSize
-
-
Constructor Details
-
SingleQuadParticle
protected SingleQuadParticle(ClientLevel p_107665_, double p_107666_, double p_107667_, double p_107668_) -
SingleQuadParticle
protected SingleQuadParticle(ClientLevel p_107670_, double p_107671_, double p_107672_, double p_107673_, double p_107674_, double p_107675_, double p_107676_)
-
-
Method Details
-
getFacingCameraMode
-
render
-
renderRotatedQuad
protected void renderRotatedQuad(VertexConsumer p_345690_, Camera p_344809_, org.joml.Quaternionf p_344798_, float p_345099_) -
renderRotatedQuad
protected void renderRotatedQuad(VertexConsumer p_346432_, org.joml.Quaternionf p_345557_, float p_345634_, float p_345953_, float p_345531_, float p_346426_) -
renderVertex
private void renderVertex(VertexConsumer p_345983_, org.joml.Quaternionf p_345441_, float p_345563_, float p_345839_, float p_346305_, float p_345242_, float p_346207_, float p_344893_, float p_345909_, float p_345984_, int p_345037_) -
getRenderBoundingBox
Description copied from class:ParticleReturns the bounding box that should be used for particle culling.AABB.INFINITEcan be returned for particles that should not be culled.- Overrides:
getRenderBoundingBoxin classParticle
-
getQuadSize
public float getQuadSize(float p_107681_) -
scale
-
getU0
protected abstract float getU0() -
getU1
protected abstract float getU1() -
getV0
protected abstract float getV0() -
getV1
protected abstract float getV1()
-