Package net.minecraft.client.particle
Class BlockMarkerParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.BlockMarkerParticle
- Mappings:
Namespace Name official eywintermediary net/minecraft/class_6734named net/minecraft/client/particle/BlockMarkerParticle
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
spriteFields inherited from class net.minecraft.client.particle.BillboardParticle
scaleFields inherited from class net.minecraft.client.particle.Particle
age, alpha, angle, blue, collidesWithWorld, dead, field_28787, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionBlockMarkerParticle(ClientWorld world, double x, double y, double z, BlockState state) -
Method Summary
Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, scaleMethods 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
-
BlockMarkerParticle
BlockMarkerParticle(ClientWorld world, double x, double y, double z, BlockState state) - Mappings:
Namespace Name Mixin selector official <init>Leyw;<init>(Lexk;DDDLcxu;)Vintermediary <init>Lnet/minecraft/class_6734;<init>(Lnet/minecraft/class_638;DDDLnet/minecraft/class_2680;)Vnamed <init>Lnet/minecraft/client/particle/BlockMarkerParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDLnet/minecraft/block/BlockState;)V
-
-
Method Details
-
getType
Returns the rendering category thisParticleis rendered under.For more information on the properties and types available to each
Particle, visitParticleTextureSheet.- Specified by:
getTypein classParticle- Returns:
- the
ParticleTextureSheetanyParticleof this type will render through - Mappings:
Namespace Name Mixin selector official bLezy;b()Lfac;intermediary method_18122Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;named getTypeLnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
-
getSize
public float getSize(float tickDelta) - Overrides:
getSizein classBillboardParticle- Returns:
- the draw scale of this particle, which is used while rendering in
BillboardParticle.buildGeometry(net.minecraft.client.render.VertexConsumer, net.minecraft.client.render.Camera, float) - Mappings:
Namespace Name Mixin selector official bLfal;b(F)Fintermediary method_18132Lnet/minecraft/class_3940;method_18132(F)Fnamed getSizeLnet/minecraft/client/particle/BillboardParticle;getSize(F)F
-