Package net.minecraft.client.particle
Class SnowflakeParticle
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SnowflakeParticle
- Mappings:
Namespace Name intermediary net/minecraft/class_461glue class_496server net/minecraft/class_461client munamed net/minecraft/client/particle/SnowflakeParticle
-
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.Particle
blue, gravityStrength, green, maxParticleAge, particleAge, prevU, prevV, red, scale, textureId, xOffset, yOffset, zOffsetFields inherited from class net.minecraft.entity.Entity
age, air, blocksSameBlockSpawning, boundingBox, cameraOffset, capeUrl, chunkSlice, chunkX, chunkZ, dataTracker, dead, fallDistance, field_1643, fireImmune, fireImmunityTicks, fireTicks, hasCollided, hearts, height, horizontalCollision, horizontalSpeed, id, ignoreFrustumCull, isPersistent, keepVelocityOnCollision, lastTickX, lastTickY, lastTickZ, maxAir, minBrightness, noClip, onGround, passenger, pitch, prevHorizontalSpeed, prevPitch, prevX, prevY, prevYaw, prevZ, random, renderDistanceMultiplier, skinUrl, slowed, standingEyeHeight, stepHeight, submergedInWater, trackedPosX, trackedPosY, trackedPosZ, vehicle, velocityModified, velocityX, velocityY, velocityZ, verticalCollision, width, world, x, y, yaw, z -
Constructor Summary
ConstructorsConstructorDescriptionSnowflakeParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) SnowflakeParticle(World world, double double2, double double3, double double4, double double5, double double6, double double7, float float2) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(Tessellator tesselator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidtick()Methods inherited from class net.minecraft.client.particle.Particle
bypassesSteppingEffects, getGroup, initDataTracker, multiplyVelocity, readNbt, setScale, writeNbtMethods inherited from class net.minecraft.entity.Entity
addVelocity, animateHurt, baseTick, changeLookDirection, damage, damage, dropItem, dropItem, dropItem, equals, fall, getBoundingBox, getBrightnessAtEyes, getDataTracker, getDistance, getDistance, getEntitiesInside, getEquipment, getEyeHeight, getFlag, getPassengerRidingHeight, getRegistryEntry, getShadowRadius, getSquaredDistance, getSquaredDistance, getStandingEyeHeight, getTargetingMargin, getTexture, hashCode, hasVehicle, interact, isAlive, isCollidable, isInFluid, isInsideWall, isOnFire, isPushable, isSneaking, isSubmergedInWater, isTouchingLava, isWet, markDead, method_1320, method_1361, method_1367, method_1379, method_1388, method_1391, method_1393, move, moveNonSolid, onCollision, onKilledOther, onLanding, onPlayerInteraction, onStruckByLightning, processServerEntityStatus, pushOutOfBlock, read, saveSelfNbt, scheduleVelocityUpdate, setBoundingBoxSpacing, setFlag, setOnFire, setPosition, setPositionAndAngles, setPositionAndAnglesAvoidEntities, setPositionAndAnglesKeepPrevAngles, setRotation, setSneaking, setVehicle, setVelocityClient, setWorld, shouldRender, teleportTop, tickInVoid, tickRiding, toNbtList, toNbtList, updateCapeUrl, updatePassengerPosition, write
-
Field Details
-
field_1769
float field_1769- Mappings:
Namespace Name Mixin selector intermediary field_1769Lnet/minecraft/class_461;field_1769:Fglue field_1917Lclass_496;field_1917:Fserver field_1769Lnet/minecraft/class_461;field_1769:Fclient aLmu;a:Fnamed field_1769Lnet/minecraft/client/particle/SnowflakeParticle;field_1769:F
-
-
Constructor Details
-
SnowflakeParticle
public SnowflakeParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_77;<init>(Lnet/minecraft/class_18;DDDDDD)Vglue <init>Lclass_703;<init>(Lclass_129;DDDDDD)Vserver <init>Lnet/minecraft/class_77;<init>(Ldj;DDDDDD)Vclient <init>Lxw;<init>(Lfd;DDDDDD)Vnamed <init>Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/world/World;DDDDDD)V
-
SnowflakeParticle
public SnowflakeParticle(World world, double double2, double double3, double double4, double double5, double double6, double double7, float float2)
-
-
Method Details
-
render
public void render(Tessellator tesselator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) - Overrides:
renderin classParticle- Mappings:
Namespace Name Mixin selector intermediary method_2002Lnet/minecraft/class_77;method_2002(Lnet/minecraft/class_67;FFFFFF)Vglue method_28Lclass_703;method_28(Lclass_539;FFFFFF)Vserver method_2002Lnet/minecraft/class_77;method_2002(Lnet/minecraft/class_67;FFFFFF)Vclient aLxw;a(Lnw;FFFFFF)Vnamed renderLnet/minecraft/client/particle/Particle;render(Lnet/minecraft/client/render/Tessellator;FFFFFF)V
-
tick
public void tick()
-