Package net.minecraft.client.particle
Class LavaEmberParticle
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.client.particle.Particle
net.minecraft.client.particle.LavaEmberParticle
- Mappings:
Namespace Name intermediary net/minecraft/class_178glue class_201server net/minecraft/class_178client fgnamed net/minecraft/client/particle/LavaEmberParticle
-
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.Particle
blue, field_2635, field_2636, field_2637, field_2638, field_2641, field_2645, field_2646, field_2647, green, maxAge, red, scaleFields 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, inChunk, 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
ConstructorsConstructorDescriptionLavaEmberParticle(World world, double double2, double double3, double double4) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetBrightnessAtEyes(float float2) The float here seems to be randomly used for seemingly random things.voidmethod_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidtick()Methods inherited from class net.minecraft.client.particle.Particle
bypassesSteppingEffects, initDataTracker, method_2000, method_2001, method_2003, readNbt, writeNbtMethods inherited from class net.minecraft.entity.Entity
addVelocity, baseTick, changeLookDirection, damage, damage, dropItem, dropItem, dropItem, equals, fall, getBoundingBox, getDataTracker, getDistance, getDistance, getEntitiesInside, getEquipment, getEyeHeight, getFlag, getPassengerRidingHeight, getRegistryEntry, getShadowRadius, getSquaredDistance, getSquaredDistance, getStandingEyeHeight, getTexture, hashCode, hasVehicle, interact, isAlive, isCollidable, isInFluid, isInsideWall, isOnFire, isPushable, isSneaking, isSubmergedInWater, isTouchingLava, isWet, markDead, method_1312, method_1320, method_1361, method_1364, method_1367, method_1369, method_1379, method_1388, method_1391, method_1393, move, moveNonSolid, onCollision, onKilledOther, onLanding, onPlayerInteraction, onStruckByLightning, processServerEntityStatus, pushOutOfBlock, read, saveSelfNbt, scheduleVelocityUpdate, setBoundingBoxSpacing, setFlag, setOnFire, setPos, setPositionAndAngles, setPositionAndAnglesAvoidEntities, setPositionAndAnglesKeepPrevAngles, setRotation, setSneaking, setVehicle, setVelocity, setWorld, teleportTop, tickInVoid, tickRiding, toNbtList, toNbtList, updateCapeUrl, updatePassengerPosition, write
-
Field Details
-
field_618
private float field_618- Mappings:
Namespace Name Mixin selector intermediary field_618Lnet/minecraft/class_178;field_618:Fglue field_822Lclass_201;field_822:Fserver field_618Lnet/minecraft/class_178;field_618:Fclient aLfg;a:Fnamed field_618Lnet/minecraft/client/particle/LavaEmberParticle;field_618:F
-
-
Constructor Details
-
LavaEmberParticle
-
-
Method Details
-
getBrightnessAtEyes
public float getBrightnessAtEyes(float float2) The float here seems to be randomly used for seemingly random things.- Overrides:
getBrightnessAtEyesin classEntity- Mappings:
Namespace Name Mixin selector intermediary method_1394Lnet/minecraft/class_57;method_1394(F)Fglue method_983Lclass_450;method_983(F)Fserver cLlq;c(F)Fclient aLsn;a(F)Fnamed getBrightnessAtEyesLnet/minecraft/entity/Entity;getBrightnessAtEyes(F)F
-
method_2002
public void method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) - Overrides:
method_2002in 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 method_2002Lnet/minecraft/client/particle/Particle;method_2002(Lnet/minecraft/client/render/Tessellator;FFFFFF)V
-
tick
public void tick()
-