Class BillboardParticleBehavior
java.lang.Object
team.lodestar.lodestone.systems.particle.world.behaviors.BillboardParticleBehavior
- All Implemented Interfaces:
LodestoneParticleBehavior
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(LodestoneWorldParticle particle, com.mojang.blaze3d.vertex.VertexConsumer consumer, net.minecraft.client.Camera camera, float partialTicks) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface team.lodestar.lodestone.systems.particle.world.behaviors.LodestoneParticleBehavior
tick
-
Field Details
-
INSTANCE
-
-
Method Details
-
render
public void render(LodestoneWorldParticle particle, com.mojang.blaze3d.vertex.VertexConsumer consumer, net.minecraft.client.Camera camera, float partialTicks) - Specified by:
renderin interfaceLodestoneParticleBehavior
-