Package net.minecraft.client.particle
Class EndRodParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.AnimatedParticle
net.minecraft.client.particle.EndRodParticle
- Mappings:
Namespace Name named net/minecraft/client/particle/EndRodParticleintermediary net/minecraft/class_675official hbe
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.particle.BillboardParticle
BillboardParticle.class_11941, BillboardParticle.RotatorNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.DynamicAlpha -
Field Summary
Fields inherited from class net.minecraft.client.particle.AnimatedParticle
spriteProviderFields inherited from class net.minecraft.client.particle.BillboardParticle
field_62632, field_62633, field_62634, field_62635, field_62636, field_62637, field_62638, scale -
Constructor Summary
ConstructorsConstructorDescriptionEndRodParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidmove(double dx, double dy, double dz) Moves this particle by the specified delta amounts, re-positioning bounding boxes and adjusting movement for collision with the world.Methods inherited from class net.minecraft.client.particle.AnimatedParticle
getBrightness, method_74255, setColor, setTargetColor, tickMethods inherited from class net.minecraft.client.particle.BillboardParticle
getMaxU, getMaxV, getMinU, getMinV, getRotator, getSize, method_74274, method_74305, method_74306, method_74307, method_74308, render, render, renderVertex, scale, toStringMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getGroup, getMaxAge, isAlive, markDead, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setMaxAge, setPos, setVelocity
-
Constructor Details
-
EndRodParticle
EndRodParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/EndRodParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/client/particle/SpriteProvider;)Vintermediary <init>Lnet/minecraft/class_675;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_4002;)Vofficial <init>Lhbe;<init>(Lgyo;DDDDDDLhcy;)V
-
-
Method Details
-
move
public void move(double dx, double dy, double dz) Moves this particle by the specified delta amounts, re-positioning bounding boxes and adjusting movement for collision with the world.- Overrides:
movein classParticle- Parameters:
dx- the delta x to move this particle bydy- the delta y to move this particle bydz- the delta z to move this particle by- Mappings:
Namespace Name Mixin selector named moveLnet/minecraft/client/particle/Particle;move(DDD)Vintermediary method_3069Lnet/minecraft/class_703;method_3069(DDD)Vofficial aLhca;a(DDD)V
-