Package net.minecraft.client.particle
Class BarrierParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.BarrierParticle
@Environment(CLIENT) public class BarrierParticle extends SpriteBillboardParticle
- Mappings:
Namespace Name official eel
intermediary net/minecraft/class_651
named net/minecraft/client/particle/BarrierParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BarrierParticle.Factory
-
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, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, field_28786, field_28787, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
Constructors Modifier Constructor Description private
BarrierParticle(ClientWorld world, double x, double y, double z, ItemConvertible item)
-
Method Summary
Modifier and Type Method Description float
getSize(float tickDelta)
ParticleTextureSheet
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, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, tick, toString
-
Constructor Details
-
BarrierParticle
- Mappings:
Namespace Name Mixin selector official <init>
Leel;<init>(Ledy;DDDLbtu;)V
intermediary <init>
Lnet/minecraft/class_651;<init>(Lnet/minecraft/class_638;DDDLnet/minecraft/class_1935;)V
named <init>
Lnet/minecraft/client/particle/BarrierParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDLnet/minecraft/item/ItemConvertible;)V
-
-
Method Details
-
getType
- Specified by:
getType
in classParticle
- Mappings:
Namespace Name Mixin selector official b
Lefo;b()Lefs;
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;
-
getSize
public float getSize(float tickDelta)- Overrides:
getSize
in classBillboardParticle
- Mappings:
Namespace Name Mixin selector official b
Lefy;b(F)F
intermediary method_18132
Lnet/minecraft/class_3940;method_18132(F)F
named getSize
Lnet/minecraft/client/particle/BillboardParticle;getSize(F)F
-