Class TrailVisualConfig
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.visual.types.trail.TrailVisualConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected net.minecraft.client.renderer.RenderTypeprotected float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()maxPoints(int maxPoints) renderType(net.minecraft.client.renderer.RenderType renderType) width(float width)
-
Field Details
-
renderType
protected net.minecraft.client.renderer.RenderType renderType -
maxPoints
protected int maxPoints -
width
protected float width
-
-
Constructor Details
-
TrailVisualConfig
public TrailVisualConfig()
-
-
Method Details