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

public class Dimension extends Object
  • Constructor Details

  • Method Details

    • getDimensionName

      public String getDimensionName()
    • setDimensionName

      public void setDimensionName(String name)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getType

      @Deprecated public DimensionType getType()
      Deprecated.
    • setType

      @Deprecated public void setType(DimensionType type)
      Deprecated.
    • getAttributes

      public NBTCompound getAttributes()
    • setAttributes

      public void setAttributes(NBTCompound attributes)