Package net.minecraft.client.particle
Class FireSmokeParticle
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.client.particle.Particle
net.minecraft.client.particle.FireSmokeParticle
- Mappings:
Namespace Name intermediary net/minecraft/class_610glue class_702server net/minecraft/class_610client xnnamed net/minecraft/client/particle/FireSmokeParticle
-
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, 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, pushSpeedReduction, random, renderDistanceMultiplier, skinUrl, slowed, standingEyeHeight, stepHeight, submergedInWater, trackedPosX, trackedPosY, trackedPosZ, vehicle, velocityModified, velocityX, velocityY, velocityZ, verticalCollision, width, world, x, y, yaw, z -
Constructor Summary
ConstructorsConstructorDescriptionFireSmokeParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) FireSmokeParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, float scale) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(Tessellator tessellator, 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, checkWaterCollisions, damage, damage, dropItem, dropItem, dropItem, equals, fall, getBoundingBox, getBrightnessAtEyes, getCollisionAgainstShape, getDataTracker, getDistance, getDistance, getEntitiesInside, getEquipment, getEyeHeight, getFlag, getLookVector, getPassengerRidingHeight, getRegistryEntry, getShadowRadius, getSquaredDistance, getSquaredDistance, getStandingEyeHeight, getTargetingMargin, getTexture, hashCode, hasVehicle, interact, isAlive, isCollidable, isInFluid, isInsideWall, isOnFire, isPushable, isSneaking, isSubmergedInWater, isTouchingLava, isWet, markDead, move, moveNonSolid, onCollision, onKilledOther, onLanding, onPlayerInteraction, onStruckByLightning, processServerEntityStatus, pushOutOfBlock, read, saveSelfNbt, scheduleVelocityUpdate, setBoundingBoxSpacing, setEquipmentStack, setFlag, setOnFire, setPosition, setPositionAndAngles, setPositionAndAnglesAvoidEntities, setPositionAndAnglesKeepPrevAngles, setRotation, setSneaking, setVehicle, setVelocityClient, setWorld, shouldRender, shouldRender, teleportTop, tickInVoid, tickPortalCooldown, tickRiding, toNbtList, toNbtList, updateCapeUrl, updateKilledAchievement, updatePassengerPosition, write
-
Field Details
-
initialScale
float initialScale- Mappings:
Namespace Name Mixin selector intermediary field_2634Lnet/minecraft/class_610;field_2634:Fglue field_2856Lclass_702;field_2856:Fserver field_2634Lnet/minecraft/class_610;field_2634:Fclient aLxn;a:Fnamed initialScaleLnet/minecraft/client/particle/FireSmokeParticle;initialScale:F
-
-
Constructor Details
-
FireSmokeParticle
public FireSmokeParticle(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
-
FireSmokeParticle
public FireSmokeParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, float scale) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_610;<init>(Lnet/minecraft/class_18;DDDDDDF)Vglue <init>Lclass_702;<init>(Lclass_129;DDDDDDF)Vserver <init>Lnet/minecraft/class_610;<init>(Ldj;DDDDDDF)Vclient <init>Lxn;<init>(Lfd;DDDDDDF)Vnamed <init>Lnet/minecraft/client/particle/FireSmokeParticle;<init>(Lnet/minecraft/world/World;DDDDDDF)V
-
-
Method Details
-
render
public void render(Tessellator tessellator, 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()
-