Class ShellElement
java.lang.Object
foundry.veil.api.flare.data.model.ShellElement
- Since:
- 2.5.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShellElement(org.joml.Vector3fc from, org.joml.Vector3fc to, @Nullable ShellElementRotation rotation, Map<net.minecraft.core.Direction, ShellElementFace> faces) -
Method Summary
Modifier and TypeMethodDescriptionMap<net.minecraft.core.Direction, ShellElementFace> faces()org.joml.Vector3fcfrom()@Nullable ShellElementRotationrotation()org.joml.Vector3fcto()
-
Field Details
-
CODEC
-
-
Constructor Details
-
ShellElement
public ShellElement(org.joml.Vector3fc from, org.joml.Vector3fc to, @Nullable @Nullable ShellElementRotation rotation, Map<net.minecraft.core.Direction, ShellElementFace> faces)
-
-
Method Details
-
from
public org.joml.Vector3fc from() -
to
public org.joml.Vector3fc to() -
rotation
-
faces
-