Class Dimension
java.lang.Object
com.github.retrooper.packetevents.protocol.world.Dimension
-
Constructor Summary
ConstructorDescriptionDimension
(int id) Dimension
(NBTCompound attributes) Dimension
(DimensionType type) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getType()
Deprecated.void
setAttributes
(NBTCompound attributes) void
setDimensionName
(String name) void
setId
(int id) void
setType
(DimensionType type) Deprecated.
-
Constructor Details
-
Dimension
Deprecated. -
Dimension
public Dimension(int id) -
Dimension
-
-
Method Details
-
getDimensionName
-
setDimensionName
-
getId
public int getId() -
setId
public void setId(int id) -
getType
Deprecated. -
setType
Deprecated. -
getAttributes
-
setAttributes
-