Class ShellElement

java.lang.Object
foundry.veil.api.flare.data.model.ShellElement

public final class ShellElement extends Object
Since:
2.5.0
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ShellElement> 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

      @Nullable public @Nullable ShellElementRotation rotation()
    • faces

      public Map<net.minecraft.core.Direction,ShellElementFace> faces()