Interface LodestoneParticleBehavior
- All Known Implementing Classes:
BillboardParticleBehavior,DirectionalParticleBehavior,SparkParticleBehavior
public interface LodestoneParticleBehavior
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LodestoneParticleBehaviorstatic final LodestoneParticleBehaviorstatic final LodestoneParticleBehavior -
Method Summary
Modifier and TypeMethodDescriptiongetComponent(LodestoneParticleBehaviorComponent component) voidrender(LodestoneWorldParticle particle, com.mojang.blaze3d.vertex.VertexConsumer consumer, net.minecraft.client.Camera camera, float partialTicks)
-
Field Details
-
BILLBOARD
-
SPARK
-
DIRECTIONAL
-
-
Method Details
-
render
void render(LodestoneWorldParticle particle, com.mojang.blaze3d.vertex.VertexConsumer consumer, net.minecraft.client.Camera camera, float partialTicks) -
getComponent
-