Package net.minecraft.client.particle
Class BlockDustParticle
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BlockDustParticle
- All Implemented Interfaces:
CommandSource
- Direct Known Subclasses:
BlockParticle
@Environment(CLIENT) public class BlockDustParticle extends Particle
- Mappings:
Namespace Name official beointermediary net/minecraft/class_986named net/minecraft/client/particle/BlockDustParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBlockDustParticle.Factory -
Field Summary
Fields Modifier and Type Field Description private BlockPosposprivate BlockStatestateFields inherited from class net.minecraft.client.particle.Particle
age, alpha, blue, field_4105, field_4106, field_4107, field_4108, field_4109, field_4110, field_4111, field_4114, gravityStrength, green, maxAge, red, spriteFields inherited from class net.minecraft.entity.Entity
changingDimension, colliding, dataTracker, dimension, distanceTraveled, fallDistance, field_7357, field_7362, field_7363, field_7364, field_7365, field_7370, field_7390, fireResistance, firstUpdate, height, horizontalCollision, horizontalSpeed, ignoreCameraFrustum, inLava, isFireImmune, lastPortalBlockPos, lastPortalVec3d, netherPortalCooldown, noClip, onGround, pitch, playerUuid, prevHorizontalSpeed, prevPitch, prevTickX, prevTickY, prevTickZ, prevX, prevY, prevYaw, prevZ, pushSpeedReduction, random, removed, renderDistanceMultiplier, rider, stepHeight, teleportDirection, teleporting, ticksAlive, touchingWater, trackedX, trackedY, trackedZ, vehicle, velocityDirty, velocityModified, velocityX, velocityY, velocityZ, verticalCollision, width, world, x, y, yaw, z -
Constructor Summary
Constructors Modifier Constructor Description protectedBlockDustParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, BlockState state) -
Method Summary
Modifier and Type Method Description intmethod_3238()voidmethod_3240(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7)BlockDustParticlemethod_3275(BlockPos blockPos)BlockDustParticlemethod_3276()intmethod_6998(float float2)Methods inherited from class net.minecraft.client.particle.Particle
canClimb, deserialize, getAlpha, getBlue, getGreen, getRed, initDataTracker, isAttackable, method_3239, method_3245, method_3247, method_3249, serialize, setColor, setMiscTexture, setTexture, tick, toStringMethods inherited from class net.minecraft.entity.Entity
addVelocity, afterSpawn, animateDamage, attemptSprintingParticles, baseTick, burn, canAvoidTraps, canFly, canUseCommand, checkBlockCollision, collides, copyPortalInfo, copyPosition, damage, destroy, doesNotCollide, doesRenderOnFire, equals, equip, extinguish, fall, fromClientTag, fromTag, getAir, getArmorStacks, getBlastResistance, getBlockPos, getBoundingBox, getBox, getCameraPosVec, getCommandStats, getCustomName, getDataTracker, getDefaultNetherPortalCooldown, getDistanceTo, getEntity, getEntityId, getEyeHeight, getFlag, getHardCollisionBox, getHeadRotation, getHeightOffset, getHorizontalDirection, getHoverEvent, getLastNetherPortalDirection, getLastNetherPortalDirectionVector, getMaxNetherPortalTime, getMountedHeightOffset, getName, getPos, getRotationVector, getRotationVector, getSafeFallDistance, getSavedEntityId, getSplashSound, getSwimSound, getTranslationKey, getUuid, getWorld, handleAttack, handleFallDamage, handleStatus, hasCustomName, hashCode, hasVehicle, increaseTransforms, interactAt, isAlive, isCustomNameVisible, isFireImmune, isImmuneToExplosion, isInsideWall, isInvisible, isInvisibleTo, isInvulnerableTo, isOnFire, isOutsideWorldborder, isPartOf, isPushable, isSilent, isSneaking, isSpectatedBy, isSprinting, isSubmergedIn, isTouchingWater, kill, method_6912, method_6924, method_6926, method_6939, method_6940, method_6943, method_6944, method_6945, method_6948, method_6949, method_6968, method_6971, method_6977, method_6981, method_6984, method_6985, method_6994, method_7008, method_7020, method_7049, method_7051, method_7058, move, onLightningStrike, onPlayerCollision, onSwimmingStart, openInventory, playSound, playStepSound, populateCrashReport, pushAwayFrom, rayTrace, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, remove, saveSelfToTag, scheduleVelocityUpdate, sendCommandFeedback, sendMessage, setAir, setArmorSlot, setBoundingBox, setBounds, setCustomName, setCustomNameVisible, setEntityId, setFlag, setHeadYaw, setInNetherPortal, setInvisible, setOnFireFor, setOnFireFromLava, setOutsideWorldborder, setRotation, setSilent, setSneaking, setSprinting, setStat, setSwimming, setVelocityClient, setWorld, setYaw, shouldRender, shouldRender, shouldRenderName, shouldSetPositionOnLoad, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, squaredDistanceToCenter, squaredDistanceToEntity, startRiding, teleportToDimension, tickFire, tickRiding, toListTag, toListTag, updateKilledAdvancementCriterion, updatePosition, updatePositionAndAngles, updateTrackedPositionAndAngles, writePlayerData
-
Field Details
-
state
- Mappings:
Namespace Name Mixin selector official aLbeo;a:Lalz;intermediary field_4141Lnet/minecraft/class_986;field_4141:Lnet/minecraft/class_376;named stateLnet/minecraft/client/particle/BlockDustParticle;state:Lnet/minecraft/block/BlockState;
-
pos
- Mappings:
Namespace Name Mixin selector official azLbeo;az:Lcj;intermediary field_4142Lnet/minecraft/class_986;field_4142:Lnet/minecraft/class_1372;named posLnet/minecraft/client/particle/BlockDustParticle;pos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
BlockDustParticle
protected BlockDustParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, BlockState state)- Mappings:
Namespace Name Mixin selector official <init>Lbeo;<init>(Ladm;DDDDDDLalz;)Vintermediary <init>Lnet/minecraft/class_986;<init>(Lnet/minecraft/class_99;DDDDDDLnet/minecraft/class_376;)Vnamed <init>Lnet/minecraft/client/particle/BlockDustParticle;<init>(Lnet/minecraft/world/World;DDDDDDLnet/minecraft/block/BlockState;)V
-
-
Method Details
-
method_3275
- Mappings:
Namespace Name Mixin selector official aLbeo;a(Lcj;)Lbeo;intermediary method_3275Lnet/minecraft/class_986;method_3275(Lnet/minecraft/class_1372;)Lnet/minecraft/class_986;named method_3275Lnet/minecraft/client/particle/BlockDustParticle;method_3275(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/client/particle/BlockDustParticle;
-
method_3276
- Mappings:
Namespace Name Mixin selector official lLbeo;l()Lbeo;intermediary method_3276Lnet/minecraft/class_986;method_3276()Lnet/minecraft/class_986;named method_3276Lnet/minecraft/client/particle/BlockDustParticle;method_3276()Lnet/minecraft/client/particle/BlockDustParticle;
-
method_3238
public int method_3238()- Overrides:
method_3238in classParticle- Mappings:
Namespace Name Mixin selector official aLbeb;a()Iintermediary method_3238Lnet/minecraft/class_958;method_3238()Inamed method_3238Lnet/minecraft/client/particle/Particle;method_3238()I
-
method_3240
public void method_3240(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7)- Overrides:
method_3240in classParticle- Mappings:
Namespace Name Mixin selector official aLbeb;a(Lbfd;Lpk;FFFFFF)Vintermediary method_3240Lnet/minecraft/class_958;method_3240(Lnet/minecraft/class_1002;Lnet/minecraft/class_1745;FFFFFF)Vnamed method_3240Lnet/minecraft/client/particle/Particle;method_3240(Lnet/minecraft/client/render/BufferBuilder;Lnet/minecraft/entity/Entity;FFFFFF)V
-
method_6998
public int method_6998(float float2)- Overrides:
method_6998in classEntity- Mappings:
Namespace Name Mixin selector official bLpk;b(F)Iintermediary method_6998Lnet/minecraft/class_1745;method_6998(F)Inamed method_6998Lnet/minecraft/entity/Entity;method_6998(F)I
-