Class MeshVisualConfig
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.visual.types.mesh.MeshVisualConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InstanceFormatprotected floatprotected floatprotected floatprotected net.minecraft.client.renderer.RenderTypeprotected com.mojang.blaze3d.vertex.VertexBuffer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()instanceFormat(InstanceFormat instanceFormat) offset(float x, float y, float z) renderType(net.minecraft.client.renderer.RenderType renderType) vertexBuffer(com.mojang.blaze3d.vertex.VertexBuffer vertexBuffer)
-
Field Details
-
renderType
protected net.minecraft.client.renderer.RenderType renderType -
instanceFormat
-
vertexBuffer
protected com.mojang.blaze3d.vertex.VertexBuffer vertexBuffer -
offsetX
protected float offsetX -
offsetY
protected float offsetY -
offsetZ
protected float offsetZ
-
-
Constructor Details
-
MeshVisualConfig
public MeshVisualConfig()
-
-
Method Details