Package net.minecraft.client.particle
Class BlockDustParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.BlockDustParticle
@Environment(CLIENT) public class BlockDustParticle extends SpriteBillboardParticle
- Mappings:
Namespace Name official egj
intermediary net/minecraft/class_727
named net/minecraft/client/particle/BlockDustParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlockDustParticle.Factory
-
Field Summary
Fields Modifier and Type Field Description private BlockPos
blockPos
private float
sampleU
private float
sampleV
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 Constructor Description BlockDustParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, BlockState blockState)
BlockDustParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, BlockState blockState, BlockPos blockPos)
-
Method Summary
Modifier and Type Method Description int
getBrightness(float tint)
protected float
getMaxU()
protected float
getMaxV()
protected float
getMinU()
protected float
getMinV()
ParticleTextureSheet
getType()
Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
setSprite, setSprite, setSpriteForAge
Methods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, getSize, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, tick, toString
-
Field Details
-
blockPos
- Mappings:
Namespace Name Mixin selector official a
Legj;a:Lfx;
intermediary field_3891
Lnet/minecraft/class_727;field_3891:Lnet/minecraft/class_2338;
named blockPos
Lnet/minecraft/client/particle/BlockDustParticle;blockPos:Lnet/minecraft/util/math/BlockPos;
-
sampleU
private final float sampleU- Mappings:
Namespace Name Mixin selector official b
Legj;b:F
intermediary field_17884
Lnet/minecraft/class_727;field_17884:F
named sampleU
Lnet/minecraft/client/particle/BlockDustParticle;sampleU:F
-
sampleV
private final float sampleV- Mappings:
Namespace Name Mixin selector official F
Legj;F:F
intermediary field_17885
Lnet/minecraft/class_727;field_17885:F
named sampleV
Lnet/minecraft/client/particle/BlockDustParticle;sampleV:F
-
-
Constructor Details
-
BlockDustParticle
public BlockDustParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, BlockState blockState) -
BlockDustParticle
public BlockDustParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, BlockState blockState, BlockPos blockPos)- Mappings:
Namespace Name Mixin selector official <init>
Legj;<init>(Ledy;DDDDDDLcht;Lfx;)V
intermediary <init>
Lnet/minecraft/class_727;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_2680;Lnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/client/particle/BlockDustParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)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;
-
getMinU
protected float getMinU()- Overrides:
getMinU
in classSpriteBillboardParticle
- Mappings:
Namespace Name Mixin selector official c
Lefy;c()F
intermediary method_18133
Lnet/minecraft/class_3940;method_18133()F
named getMinU
Lnet/minecraft/client/particle/BillboardParticle;getMinU()F
-
getMaxU
protected float getMaxU()- Overrides:
getMaxU
in classSpriteBillboardParticle
- Mappings:
Namespace Name Mixin selector official d
Lefy;d()F
intermediary method_18134
Lnet/minecraft/class_3940;method_18134()F
named getMaxU
Lnet/minecraft/client/particle/BillboardParticle;getMaxU()F
-
getMinV
protected float getMinV()- Overrides:
getMinV
in classSpriteBillboardParticle
- Mappings:
Namespace Name Mixin selector official e
Lefy;e()F
intermediary method_18135
Lnet/minecraft/class_3940;method_18135()F
named getMinV
Lnet/minecraft/client/particle/BillboardParticle;getMinV()F
-
getMaxV
protected float getMaxV()- Overrides:
getMaxV
in classSpriteBillboardParticle
- Mappings:
Namespace Name Mixin selector official f
Lefy;f()F
intermediary method_18136
Lnet/minecraft/class_3940;method_18136()F
named getMaxV
Lnet/minecraft/client/particle/BillboardParticle;getMaxV()F
-
getBrightness
public int getBrightness(float tint)- Overrides:
getBrightness
in classParticle
- Mappings:
Namespace Name Mixin selector official a
Lefo;a(F)I
intermediary method_3068
Lnet/minecraft/class_703;method_3068(F)I
named getBrightness
Lnet/minecraft/client/particle/Particle;getBrightness(F)I
-