Class Disc
java.lang.Object
foundry.veil.api.quasar.emitters.shape.Disc
- All Implemented Interfaces:
EmitterShape
-
Field Summary
Fields inherited from interface foundry.veil.api.quasar.emitters.shape.EmitterShape
CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joml.Vector3dgetPoint(net.minecraft.util.RandomSource randomSource, org.joml.Vector3fc dimensions, org.joml.Vector3fc rotation, org.joml.Vector3dc position, boolean fromSurface) voidrenderShape(com.mojang.blaze3d.vertex.PoseStack stack, com.mojang.blaze3d.vertex.VertexConsumer consumer, org.joml.Vector3fc dimensions, org.joml.Vector3fc rotation)
-
Constructor Details
-
Disc
public Disc()
-
-
Method Details
-
getPoint
public org.joml.Vector3d getPoint(net.minecraft.util.RandomSource randomSource, org.joml.Vector3fc dimensions, org.joml.Vector3fc rotation, org.joml.Vector3dc position, boolean fromSurface) - Specified by:
getPointin interfaceEmitterShape
-
renderShape
public void renderShape(com.mojang.blaze3d.vertex.PoseStack stack, com.mojang.blaze3d.vertex.VertexConsumer consumer, org.joml.Vector3fc dimensions, org.joml.Vector3fc rotation) - Specified by:
renderShapein interfaceEmitterShape
-