Package net.minecraft
Class class_7028
- Mappings:
Namespace Name official eptintermediary net/minecraft/class_7028named net/minecraft/class_7028
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
spriteFields inherited from class net.minecraft.client.particle.BillboardParticle
scaleFields inherited from class net.minecraft.client.particle.Particle
age, alpha, angle, blue, collidesWithWorld, dead, field_28787, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionclass_7028(ClientWorld clientWorld, double double2, double double3, double double4, int int2) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) intgetBrightness(float tint) floatgetSize(float tickDelta) getType()private voidmethod_40928(VertexConsumer vertexConsumer, Camera camera, float float2, Consumer<Quaternion> consumer) voidtick()Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, toString
-
Field Details
-
field_36990
private int field_36990- Mappings:
Namespace Name Mixin selector official aLept;a:Iintermediary field_36990Lnet/minecraft/class_7028;field_36990:Inamed field_36990Lnet/minecraft/class_7028;field_36990:I
-
-
Constructor Details
-
class_7028
class_7028(ClientWorld clientWorld, double double2, double double3, double double4, int int2)
-
-
Method Details
-
getSize
public float getSize(float tickDelta) - Overrides:
getSizein classBillboardParticle- Mappings:
Namespace Name Mixin selector official bLepv;b(F)Fintermediary method_18132Lnet/minecraft/class_3940;method_18132(F)Fnamed getSizeLnet/minecraft/client/particle/BillboardParticle;getSize(F)F
-
buildGeometry
- Overrides:
buildGeometryin classBillboardParticle- Mappings:
Namespace Name Mixin selector official aLepi;a(Ldug;Ldyr;F)Vintermediary method_3074Lnet/minecraft/class_703;method_3074(Lnet/minecraft/class_4588;Lnet/minecraft/class_4184;F)Vnamed buildGeometryLnet/minecraft/client/particle/Particle;buildGeometry(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/render/Camera;F)V
-
method_40928
private void method_40928(VertexConsumer vertexConsumer, Camera camera, float float2, Consumer<Quaternion> consumer) - Mappings:
Namespace Name Mixin selector official aLept;a(Ldug;Ldyr;FLjava/util/function/Consumer;)Vintermediary method_40928Lnet/minecraft/class_7028;method_40928(Lnet/minecraft/class_4588;Lnet/minecraft/class_4184;FLjava/util/function/Consumer;)Vnamed method_40928Lnet/minecraft/class_7028;method_40928(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/render/Camera;FLjava/util/function/Consumer;)V
-
getBrightness
public int getBrightness(float tint) - Overrides:
getBrightnessin classParticle- Mappings:
Namespace Name Mixin selector official aLepi;a(F)Iintermediary method_3068Lnet/minecraft/class_703;method_3068(F)Inamed getBrightnessLnet/minecraft/client/particle/Particle;getBrightness(F)I
-
getType
- Specified by:
getTypein classParticle- Mappings:
Namespace Name Mixin selector official bLepi;b()Lepm;intermediary method_18122Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;named getTypeLnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
-
tick
public void tick()
-