Package net.minecraft
Class class_8845
- Mappings:
Namespace Name official flzintermediary net/minecraft/class_8845named net/minecraft/class_8845
-
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, 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
ConstructorsModifierConstructorDescriptionprotectedclass_8845(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, float float2, SpriteProvider spriteProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidtick()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, getTypeMethods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, scaleMethods 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 aLflz;a:Iintermediary field_46725Lnet/minecraft/class_8845;field_46725:Inamed field_46725Lnet/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:
tickin classAscendingParticle- Mappings:
Namespace Name Mixin selector official aLfmq;a()Vintermediary method_3070Lnet/minecraft/class_703;method_3070()Vnamed tickLnet/minecraft/client/particle/Particle;tick()V
-