Package net.minecraft.client.particle
Class WaterSuspendParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.WaterSuspendParticle
- Mappings:
Namespace Name official frs
intermediary net/minecraft/class_723
named net/minecraft/client/particle/WaterSuspendParticle
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Nested classes/interfaces inherited from class net.minecraft.client.particle.BillboardParticle
BillboardParticle.Rotator
-
Field Summary
Fields 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
ConstructorDescriptionWaterSuspendParticle
(ClientWorld world, SpriteProvider spriteProvider, double x, double y, double z) WaterSuspendParticle
(ClientWorld world, SpriteProvider spriteProvider, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
Returns the rendering category this particle is rendered under.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, getRotator, getSize, 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, tick, toString
-
Constructor Details
-
WaterSuspendParticle
WaterSuspendParticle(ClientWorld world, SpriteProvider spriteProvider, double x, double y, double z) - Mappings:
Namespace Name Mixin selector official <init>
Lfrs;<init>(Lfns;Lfrq;DDD)V
intermediary <init>
Lnet/minecraft/class_723;<init>(Lnet/minecraft/class_638;Lnet/minecraft/class_4002;DDD)V
named <init>
Lnet/minecraft/client/particle/WaterSuspendParticle;<init>(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/particle/SpriteProvider;DDD)V
-
WaterSuspendParticle
WaterSuspendParticle(ClientWorld world, SpriteProvider spriteProvider, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector official <init>
Lfrs;<init>(Lfns;Lfrq;DDDDDD)V
intermediary <init>
Lnet/minecraft/class_723;<init>(Lnet/minecraft/class_638;Lnet/minecraft/class_4002;DDDDDD)V
named <init>
Lnet/minecraft/client/particle/WaterSuspendParticle;<init>(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/particle/SpriteProvider;DDDDDD)V
-
-
Method Details
-
getType
Returns the rendering category this particle is rendered under.For more information on the properties and types available to each
Particle
, visitParticleTextureSheet
.- Specified by:
getType
in classParticle
- Returns:
- the rendering category this particle is rendered under
- Mappings:
Namespace Name Mixin selector official b
Lfqv;b()Lfqz;
intermediary method_18122
Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;
named getType
Lnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
-