Class StructureSettings

java.lang.Object
cn.nukkit.network.protocol.types.StructureSettings

public final class StructureSettings extends Object
  • Constructor Details

  • Method Details

    • getPaletteName

      public String getPaletteName()
    • isIgnoringEntities

      public boolean isIgnoringEntities()
    • isIgnoringBlocks

      public boolean isIgnoringBlocks()
    • isNonTickingPlayersAndTickingAreasEnabled

      public boolean isNonTickingPlayersAndTickingAreasEnabled()
    • getSize

      public BlockVector3 getSize()
    • getOffset

      public BlockVector3 getOffset()
    • getLastEditedByEntityId

      public long getLastEditedByEntityId()
    • getRotation

      public StructureRotation getRotation()
    • getMirror

      public StructureMirror getMirror()
    • getAnimationMode

      public StructureAnimationMode getAnimationMode()
    • getAnimationSeconds

      public float getAnimationSeconds()
    • getIntegrityValue

      public float getIntegrityValue()
    • getIntegritySeed

      public int getIntegritySeed()
    • getPivot

      public Vector3f getPivot()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object