Class TestInstanceData

java.lang.Object
com.github.retrooper.packetevents.protocol.world.TestInstanceData

public class TestInstanceData extends Object
Added with 1.21.5
  • Constructor Details

  • Method Details

    • read

      public static TestInstanceData read(PacketWrapper<?> wrapper)
    • write

      public static void write(PacketWrapper<?> wrapper, TestInstanceData data)
    • getTest

      @Nullable public @Nullable ResourceLocation getTest()
    • setTest

      public void setTest(@Nullable @Nullable ResourceLocation test)
    • getSize

      public Vector3i getSize()
    • setSize

      public void setSize(Vector3i size)
    • getRotation

      public StructureRotation getRotation()
    • setRotation

      public void setRotation(StructureRotation rotation)
    • isIgnoreEntities

      public boolean isIgnoreEntities()
    • setIgnoreEntities

      public void setIgnoreEntities(boolean ignoreEntities)
    • getStatus

      public TestInstanceData.Status getStatus()
    • setStatus

      public void setStatus(TestInstanceData.Status status)
    • getErrorMessage

      @Nullable public @Nullable net.kyori.adventure.text.Component getErrorMessage()
    • setErrorMessage

      public void setErrorMessage(@Nullable @Nullable net.kyori.adventure.text.Component errorMessage)