Package net.minecraft
Class class_8845
- Mappings:
Namespace Name official flz
intermediary net/minecraft/class_8845
named net/minecraft/class_8845
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
sprite
Fields inherited from class net.minecraft.client.particle.BillboardParticle
scale
Fields inherited from class net.minecraft.client.particle.Particle
age, alpha, angle, ascending, blue, collidesWithWorld, dead, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
class_8845
(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, float float2, SpriteProvider spriteProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
tick()
Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.Methods inherited from class net.minecraft.client.particle.AscendingParticle
getSize, getType
Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAge
Methods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, toString
-
Field Details
-
field_46725
private static final int field_46725- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lflz;a:I
intermediary field_46725
Lnet/minecraft/class_8845;field_46725:I
named field_46725
Lnet/minecraft/class_8845;field_46725:I
-
-
Constructor Details
-
class_8845
protected class_8845(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, float float2, SpriteProvider spriteProvider)
-
-
Method Details
-
tick
public void tick()Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.- Overrides:
tick
in classAscendingParticle
- Mappings:
Namespace Name Mixin selector official a
Lfmq;a()V
intermediary method_3070
Lnet/minecraft/class_703;method_3070()V
named tick
Lnet/minecraft/client/particle/Particle;tick()V
-