Class LodestoneItemCrumbParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
team.lodestar.lodestone.systems.particle.world.LodestoneWorldParticle
team.lodestar.lodestone.systems.particle.world.LodestoneItemCrumbParticle
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.SingleQuadParticle.FacingCameraModeNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
net.minecraft.client.particle.Particle.LifetimeAlpha -
Field Summary
Fields inherited from class team.lodestar.lodestone.systems.particle.world.LodestoneWorldParticle
behavior, behaviorComponent, colorData, discardFunctionType, lifeDelay, particleLight, renderActors, renderLayer, renderType, scaleData, spinData, spritePicker, spriteSet, tickActors, transparencyDataFields inherited from class net.minecraft.client.particle.TextureSheetParticle
spriteFields inherited from class net.minecraft.client.particle.SingleQuadParticle
quadSizeFields inherited from class net.minecraft.client.particle.Particle
age, alpha, bbHeight, bbWidth, bCol, friction, gCol, gravity, hasPhysics, level, lifetime, onGround, oRoll, random, rCol, removed, roll, speedUpWhenYMotionIsBlocked, x, xd, xo, y, yd, yo, z, zd, zo -
Constructor Summary
ConstructorsConstructorDescriptionLodestoneItemCrumbParticle(net.minecraft.client.multiplayer.ClientLevel world, LodestoneItemCrumbsParticleOptions data, double x, double y, double z, double xd, double yd, double zd) -
Method Summary
Modifier and TypeMethodDescriptionintgetLightColor(float pPartialTick) floatgetU0()floatgetU1()floatgetV0()floatgetV1()Methods inherited from class team.lodestar.lodestone.systems.particle.world.LodestoneWorldParticle
getAge, getAlpha, getBlue, getGreen, getLifetime, getORoll, getParticlePosition, getParticleSpeed, getQuadSize, getRandom, getRed, getRenderType, getRoll, getSpritePicker, getVertexConsumer, getX, getXMotion, getXOld, getY, getYMotion, getYOld, getZ, getZMotion, getZOld, pickColor, pickSprite, render, setParticlePosition, setParticleSpeed, tick, tick, updateTraitsMethods inherited from class net.minecraft.client.particle.TextureSheetParticle
pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.SingleQuadParticle
getFacingCameraMode, getRenderBoundingBox, renderRotatedQuad, renderRotatedQuad, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getParticleGroup, getPos, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, toString
-
Constructor Details
-
LodestoneItemCrumbParticle
public LodestoneItemCrumbParticle(net.minecraft.client.multiplayer.ClientLevel world, LodestoneItemCrumbsParticleOptions data, double x, double y, double z, double xd, double yd, double zd)
-
-
Method Details
-
getU0
public float getU0()- Overrides:
getU0in classLodestoneWorldParticle
-
getU1
public float getU1()- Overrides:
getU1in classLodestoneWorldParticle
-
getV0
public float getV0()- Overrides:
getV0in classLodestoneWorldParticle
-
getV1
public float getV1()- Overrides:
getV1in classLodestoneWorldParticle
-
getLightColor
public int getLightColor(float pPartialTick) - Overrides:
getLightColorin classLodestoneWorldParticle
-