Class Cylinder
java.lang.Object
foundry.veil.api.quasar.emitters.shape.Cylinder
- All Implemented Interfaces:
EmitterShape
-
Field Summary
Fields inherited from interface foundry.veil.api.quasar.emitters.shape.EmitterShape
CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joml.Vector3d
getPoint
(net.minecraft.util.RandomSource randomSource, org.joml.Vector3fc dimensions, org.joml.Vector3fc rotation, org.joml.Vector3dc position, boolean fromSurface) void
renderShape
(com.mojang.blaze3d.vertex.PoseStack stack, com.mojang.blaze3d.vertex.VertexConsumer consumer, org.joml.Vector3fc dimensions, org.joml.Vector3fc rotation)
-
Constructor Details
-
Cylinder
public Cylinder()
-
-
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:
getPoint
in 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:
renderShape
in interfaceEmitterShape
-