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.GenericParticle<LodestoneItemCrumbsParticleOptions>
team.lodestar.lodestone.systems.particle.world.LodestoneItemCrumbParticle
- All Implemented Interfaces:
LodestoneWorldParticleActor
-
Field Summary
Fields inherited from class team.lodestar.lodestone.systems.particle.world.GenericParticle
actors, colorData, discardFunctionType, renderType, scaleData, spinData, spritePicker, spriteSet, 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 TypeMethodDescriptionprotected intgetLightColor(float pPartialTick) protected floatgetU0()protected floatgetU1()protected floatgetV0()protected floatgetV1()Methods inherited from class team.lodestar.lodestone.systems.particle.world.GenericParticle
getParticleAge, getParticleLifespan, getParticlePosition, getParticleSpeed, getRenderType, getSpritePicker, getVertexConsumer, pickColor, pickSprite, render, setParticleMotion, setParticlePosition, tick, updateTraitsMethods inherited from class net.minecraft.client.particle.TextureSheetParticle
pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.SingleQuadParticle
getQuadSize, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getParticleGroup, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface team.lodestar.lodestone.systems.particle.LodestoneWorldParticleActor
setParticleMotion, setParticlePosition
-
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
protected float getU0()- Overrides:
getU0in classnet.minecraft.client.particle.TextureSheetParticle
-
getU1
protected float getU1()- Overrides:
getU1in classnet.minecraft.client.particle.TextureSheetParticle
-
getV0
protected float getV0()- Overrides:
getV0in classnet.minecraft.client.particle.TextureSheetParticle
-
getV1
protected float getV1()- Overrides:
getV1in classnet.minecraft.client.particle.TextureSheetParticle
-
getLightColor
protected int getLightColor(float pPartialTick) - Overrides:
getLightColorin classGenericParticle<LodestoneItemCrumbsParticleOptions>
-