Package net.minecraft.client.particle
Class Particle
java.lang.Object
net.minecraft.client.particle.Particle
- Direct Known Subclasses:
BillboardParticle,ElderGuardianAppearanceParticle,ItemPickupParticle,NoRenderParticle
@Environment(CLIENT) public abstract class Particle extends Object
- Mappings:
Namespace Name official ejkintermediary net/minecraft/class_703named net/minecraft/client/particle/Particle
-
Field Summary
Fields Modifier and Type Field Description protected intageprotected floatangleprivate BoxboundingBoxprotected booleancollidesWithWorldprotected floatcolorAlphaprotected floatcolorBlueprotected floatcolorGreenprotected floatcolorRedprotected booleandeadprivate static BoxEMPTY_BOUNDING_BOXprivate booleanfield_21507protected floatfield_28786protected booleanfield_28787protected floatgravityStrengthprotected intmaxAgeprotected booleanonGroundprotected floatprevAngleprotected doubleprevPosXprotected doubleprevPosYprotected doubleprevPosZprotected Randomrandomprotected floatspacingXZprotected floatspacingYprotected doublevelocityXprotected doublevelocityYprotected doublevelocityZprotected ClientWorldworldprotected doublexprotected doubleyprotected doublez -
Constructor Summary
Constructors Modifier Constructor Description protectedParticle(ClientWorld world, double x, double y, double z)Particle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Method Summary
Modifier and Type Method Description abstract voidbuildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta)BoxgetBoundingBox()protected intgetBrightness(float tint)Optional<ParticleGroup>getGroup()Returns the optional group that this particle belongs to.intgetMaxAge()abstract ParticleTextureSheetgetType()booleanisAlive()voidmarkDead()voidmove(double dx, double dy, double dz)Particlemove(float speed)protected voidrepositionFromBoundingBox()Particlescale(float scale)voidsetBoundingBox(Box boundingBox)protected voidsetBoundingBoxSpacing(float spacingXZ, float spacingY)voidsetColor(float red, float green, float blue)protected voidsetColorAlpha(float alpha)voidsetMaxAge(int maxAge)voidsetPos(double x, double y, double z)voidsetVelocity(double velocityX, double velocityY, double velocityZ)voidtick()StringtoString()
-
Field Details
-
EMPTY_BOUNDING_BOX
- Mappings:
Namespace Name Mixin selector official aLejk;a:Ldlt;intermediary field_3860Lnet/minecraft/class_703;field_3860:Lnet/minecraft/class_238;named EMPTY_BOUNDING_BOXLnet/minecraft/client/particle/Particle;EMPTY_BOUNDING_BOX:Lnet/minecraft/util/math/Box;
-
world
- Mappings:
Namespace Name Mixin selector official cLejk;c:Lehv;intermediary field_3851Lnet/minecraft/class_703;field_3851:Lnet/minecraft/class_638;named worldLnet/minecraft/client/particle/Particle;world:Lnet/minecraft/client/world/ClientWorld;
-
prevPosX
protected double prevPosX- Mappings:
Namespace Name Mixin selector official dLejk;d:Dintermediary field_3858Lnet/minecraft/class_703;field_3858:Dnamed prevPosXLnet/minecraft/client/particle/Particle;prevPosX:D
-
prevPosY
protected double prevPosY- Mappings:
Namespace Name Mixin selector official eLejk;e:Dintermediary field_3838Lnet/minecraft/class_703;field_3838:Dnamed prevPosYLnet/minecraft/client/particle/Particle;prevPosY:D
-
prevPosZ
protected double prevPosZ- Mappings:
Namespace Name Mixin selector official fLejk;f:Dintermediary field_3856Lnet/minecraft/class_703;field_3856:Dnamed prevPosZLnet/minecraft/client/particle/Particle;prevPosZ:D
-
x
protected double x- Mappings:
Namespace Name Mixin selector official gLejk;g:Dintermediary field_3874Lnet/minecraft/class_703;field_3874:Dnamed xLnet/minecraft/client/particle/Particle;x:D
-
y
protected double y- Mappings:
Namespace Name Mixin selector official hLejk;h:Dintermediary field_3854Lnet/minecraft/class_703;field_3854:Dnamed yLnet/minecraft/client/particle/Particle;y:D
-
z
protected double z- Mappings:
Namespace Name Mixin selector official iLejk;i:Dintermediary field_3871Lnet/minecraft/class_703;field_3871:Dnamed zLnet/minecraft/client/particle/Particle;z:D
-
velocityX
protected double velocityX- Mappings:
Namespace Name Mixin selector official jLejk;j:Dintermediary field_3852Lnet/minecraft/class_703;field_3852:Dnamed velocityXLnet/minecraft/client/particle/Particle;velocityX:D
-
velocityY
protected double velocityY- Mappings:
Namespace Name Mixin selector official kLejk;k:Dintermediary field_3869Lnet/minecraft/class_703;field_3869:Dnamed velocityYLnet/minecraft/client/particle/Particle;velocityY:D
-
velocityZ
protected double velocityZ- Mappings:
Namespace Name Mixin selector official lLejk;l:Dintermediary field_3850Lnet/minecraft/class_703;field_3850:Dnamed velocityZLnet/minecraft/client/particle/Particle;velocityZ:D
-
boundingBox
- Mappings:
Namespace Name Mixin selector official bLejk;b:Ldlt;intermediary field_3872Lnet/minecraft/class_703;field_3872:Lnet/minecraft/class_238;named boundingBoxLnet/minecraft/client/particle/Particle;boundingBox:Lnet/minecraft/util/math/Box;
-
onGround
protected boolean onGround- Mappings:
Namespace Name Mixin selector official mLejk;m:Zintermediary field_3845Lnet/minecraft/class_703;field_3845:Znamed onGroundLnet/minecraft/client/particle/Particle;onGround:Z
-
collidesWithWorld
protected boolean collidesWithWorld- Mappings:
Namespace Name Mixin selector official nLejk;n:Zintermediary field_3862Lnet/minecraft/class_703;field_3862:Znamed collidesWithWorldLnet/minecraft/client/particle/Particle;collidesWithWorld:Z
-
field_21507
private boolean field_21507- Mappings:
Namespace Name Mixin selector official DLejk;D:Zintermediary field_21507Lnet/minecraft/class_703;field_21507:Znamed field_21507Lnet/minecraft/client/particle/Particle;field_21507:Z
-
dead
protected boolean dead- Mappings:
Namespace Name Mixin selector official oLejk;o:Zintermediary field_3843Lnet/minecraft/class_703;field_3843:Znamed deadLnet/minecraft/client/particle/Particle;dead:Z
-
spacingXZ
protected float spacingXZ- Mappings:
Namespace Name Mixin selector official pLejk;p:Fintermediary field_3849Lnet/minecraft/class_703;field_3849:Fnamed spacingXZLnet/minecraft/client/particle/Particle;spacingXZ:F
-
spacingY
protected float spacingY- Mappings:
Namespace Name Mixin selector official qLejk;q:Fintermediary field_3867Lnet/minecraft/class_703;field_3867:Fnamed spacingYLnet/minecraft/client/particle/Particle;spacingY:F
-
random
- Mappings:
Namespace Name Mixin selector official rLejk;r:Ljava/util/Random;intermediary field_3840Lnet/minecraft/class_703;field_3840:Ljava/util/Random;named randomLnet/minecraft/client/particle/Particle;random:Ljava/util/Random;
-
age
protected int age- Mappings:
Namespace Name Mixin selector official sLejk;s:Iintermediary field_3866Lnet/minecraft/class_703;field_3866:Inamed ageLnet/minecraft/client/particle/Particle;age:I
-
maxAge
protected int maxAge- Mappings:
Namespace Name Mixin selector official tLejk;t:Iintermediary field_3847Lnet/minecraft/class_703;field_3847:Inamed maxAgeLnet/minecraft/client/particle/Particle;maxAge:I
-
gravityStrength
protected float gravityStrength- Mappings:
Namespace Name Mixin selector official uLejk;u:Fintermediary field_3844Lnet/minecraft/class_703;field_3844:Fnamed gravityStrengthLnet/minecraft/client/particle/Particle;gravityStrength:F
-
colorRed
protected float colorRed- Mappings:
Namespace Name Mixin selector official vLejk;v:Fintermediary field_3861Lnet/minecraft/class_703;field_3861:Fnamed colorRedLnet/minecraft/client/particle/Particle;colorRed:F
-
colorGreen
protected float colorGreen- Mappings:
Namespace Name Mixin selector official wLejk;w:Fintermediary field_3842Lnet/minecraft/class_703;field_3842:Fnamed colorGreenLnet/minecraft/client/particle/Particle;colorGreen:F
-
colorBlue
protected float colorBlue- Mappings:
Namespace Name Mixin selector official xLejk;x:Fintermediary field_3859Lnet/minecraft/class_703;field_3859:Fnamed colorBlueLnet/minecraft/client/particle/Particle;colorBlue:F
-
colorAlpha
protected float colorAlpha- Mappings:
Namespace Name Mixin selector official yLejk;y:Fintermediary field_3841Lnet/minecraft/class_703;field_3841:Fnamed colorAlphaLnet/minecraft/client/particle/Particle;colorAlpha:F
-
angle
protected float angle- Mappings:
Namespace Name Mixin selector official zLejk;z:Fintermediary field_3839Lnet/minecraft/class_703;field_3839:Fnamed angleLnet/minecraft/client/particle/Particle;angle:F
-
prevAngle
protected float prevAngle- Mappings:
Namespace Name Mixin selector official ALejk;A:Fintermediary field_3857Lnet/minecraft/class_703;field_3857:Fnamed prevAngleLnet/minecraft/client/particle/Particle;prevAngle:F
-
field_28786
protected float field_28786- Mappings:
Namespace Name Mixin selector official BLejk;B:Fintermediary field_28786Lnet/minecraft/class_703;field_28786:Fnamed field_28786Lnet/minecraft/client/particle/Particle;field_28786:F
-
field_28787
protected boolean field_28787- Mappings:
Namespace Name Mixin selector official CLejk;C:Zintermediary field_28787Lnet/minecraft/class_703;field_28787:Znamed field_28787Lnet/minecraft/client/particle/Particle;field_28787:Z
-
-
Constructor Details
-
Particle
- Mappings:
Namespace Name Mixin selector official <init>Lejk;<init>(Lehv;DDD)Vintermediary <init>Lnet/minecraft/class_703;<init>(Lnet/minecraft/class_638;DDD)Vnamed <init>Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/client/world/ClientWorld;DDD)V
-
Particle
public Particle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)- Mappings:
Namespace Name Mixin selector official <init>Lejk;<init>(Lehv;DDDDDD)Vintermediary <init>Lnet/minecraft/class_703;<init>(Lnet/minecraft/class_638;DDDDDD)Vnamed <init>Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDD)V
-
-
Method Details
-
move
- Mappings:
Namespace Name Mixin selector official cLejk;c(F)Lejk;intermediary method_3075Lnet/minecraft/class_703;method_3075(F)Lnet/minecraft/class_703;named moveLnet/minecraft/client/particle/Particle;move(F)Lnet/minecraft/client/particle/Particle;
-
setVelocity
public void setVelocity(double velocityX, double velocityY, double velocityZ)- Mappings:
Namespace Name Mixin selector official bLejk;b(DDD)Vintermediary method_34753Lnet/minecraft/class_703;method_34753(DDD)Vnamed setVelocityLnet/minecraft/client/particle/Particle;setVelocity(DDD)V
-
scale
- Mappings:
Namespace Name Mixin selector official dLejk;d(F)Lejk;intermediary method_3087Lnet/minecraft/class_703;method_3087(F)Lnet/minecraft/class_703;named scaleLnet/minecraft/client/particle/Particle;scale(F)Lnet/minecraft/client/particle/Particle;
-
setColor
public void setColor(float red, float green, float blue)- Mappings:
Namespace Name Mixin selector official aLejk;a(FFF)Vintermediary method_3084Lnet/minecraft/class_703;method_3084(FFF)Vnamed setColorLnet/minecraft/client/particle/Particle;setColor(FFF)V
-
setColorAlpha
protected void setColorAlpha(float alpha)- Mappings:
Namespace Name Mixin selector official eLejk;e(F)Vintermediary method_3083Lnet/minecraft/class_703;method_3083(F)Vnamed setColorAlphaLnet/minecraft/client/particle/Particle;setColorAlpha(F)V
-
setMaxAge
public void setMaxAge(int maxAge)- Mappings:
Namespace Name Mixin selector official aLejk;a(I)Vintermediary method_3077Lnet/minecraft/class_703;method_3077(I)Vnamed setMaxAgeLnet/minecraft/client/particle/Particle;setMaxAge(I)V
-
getMaxAge
public int getMaxAge()- Mappings:
Namespace Name Mixin selector official jLejk;j()Iintermediary method_3082Lnet/minecraft/class_703;method_3082()Inamed getMaxAgeLnet/minecraft/client/particle/Particle;getMaxAge()I
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official aLejk;a()Vintermediary method_3070Lnet/minecraft/class_703;method_3070()Vnamed tickLnet/minecraft/client/particle/Particle;tick()V
-
buildGeometry
- Mappings:
Namespace Name Mixin selector official aLejk;a(Ldpk;Ldtv;F)Vintermediary method_3074Lnet/minecraft/class_703;method_3074(Lnet/minecraft/class_4588;Lnet/minecraft/class_4184;F)Vnamed buildGeometryLnet/minecraft/client/particle/Particle;buildGeometry(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/render/Camera;F)V
-
getType
- Mappings:
Namespace Name Mixin selector official bLejk;b()Lejo;intermediary method_18122Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;named getTypeLnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
-
toString
-
markDead
public void markDead()- Mappings:
Namespace Name Mixin selector official kLejk;k()Vintermediary method_3085Lnet/minecraft/class_703;method_3085()Vnamed markDeadLnet/minecraft/client/particle/Particle;markDead()V
-
setBoundingBoxSpacing
protected void setBoundingBoxSpacing(float spacingXZ, float spacingY)- Mappings:
Namespace Name Mixin selector official bLejk;b(FF)Vintermediary method_3080Lnet/minecraft/class_703;method_3080(FF)Vnamed setBoundingBoxSpacingLnet/minecraft/client/particle/Particle;setBoundingBoxSpacing(FF)V
-
setPos
public void setPos(double x, double y, double z)- Mappings:
Namespace Name Mixin selector official cLejk;c(DDD)Vintermediary method_3063Lnet/minecraft/class_703;method_3063(DDD)Vnamed setPosLnet/minecraft/client/particle/Particle;setPos(DDD)V
-
move
public void move(double dx, double dy, double dz)- Mappings:
Namespace Name Mixin selector official aLejk;a(DDD)Vintermediary method_3069Lnet/minecraft/class_703;method_3069(DDD)Vnamed moveLnet/minecraft/client/particle/Particle;move(DDD)V
-
repositionFromBoundingBox
protected void repositionFromBoundingBox()- Mappings:
Namespace Name Mixin selector official lLejk;l()Vintermediary method_3072Lnet/minecraft/class_703;method_3072()Vnamed repositionFromBoundingBoxLnet/minecraft/client/particle/Particle;repositionFromBoundingBox()V
-
getBrightness
protected int getBrightness(float tint)- Mappings:
Namespace Name Mixin selector official aLejk;a(F)Iintermediary method_3068Lnet/minecraft/class_703;method_3068(F)Inamed getBrightnessLnet/minecraft/client/particle/Particle;getBrightness(F)I
-
isAlive
public boolean isAlive()- Mappings:
Namespace Name Mixin selector official mLejk;m()Zintermediary method_3086Lnet/minecraft/class_703;method_3086()Znamed isAliveLnet/minecraft/client/particle/Particle;isAlive()Z
-
getBoundingBox
- Mappings:
Namespace Name Mixin selector official nLejk;n()Ldlt;intermediary method_3064Lnet/minecraft/class_703;method_3064()Lnet/minecraft/class_238;named getBoundingBoxLnet/minecraft/client/particle/Particle;getBoundingBox()Lnet/minecraft/util/math/Box;
-
setBoundingBox
- Mappings:
Namespace Name Mixin selector official aLejk;a(Ldlt;)Vintermediary method_3067Lnet/minecraft/class_703;method_3067(Lnet/minecraft/class_238;)Vnamed setBoundingBoxLnet/minecraft/client/particle/Particle;setBoundingBox(Lnet/minecraft/util/math/Box;)V
-
getGroup
Returns the optional group that this particle belongs to.A particle group restricts the number of particles from the group that can be rendered in a client world. If the particle does not have a group, it is not restricted.
- Mappings:
Namespace Name Mixin selector official oLejk;o()Ljava/util/Optional;intermediary method_34019Lnet/minecraft/class_703;method_34019()Ljava/util/Optional;named getGroupLnet/minecraft/client/particle/Particle;getGroup()Ljava/util/Optional;
-