Object BlockLocation.Companion
-
- All Implemented Interfaces:
public class BlockLocation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private ConfigurationSerializableDataType<BlockLocation>
dataType
private BlockLocation
ZERO
public final static BlockLocation.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final BlockLocation
deserialize(Map<String, Object> args)
final ConfigurationSerializableDataType<BlockLocation>
getDataType()
final Unit
setDataType(ConfigurationSerializableDataType<BlockLocation> dataType)
final BlockLocation
getZERO()
final Unit
setZERO(BlockLocation ZERO)
-
-
Method Detail
-
deserialize
final BlockLocation deserialize(Map<String, Object> args)
-
getDataType
final ConfigurationSerializableDataType<BlockLocation> getDataType()
-
setDataType
final Unit setDataType(ConfigurationSerializableDataType<BlockLocation> dataType)
-
getZERO
final BlockLocation getZERO()
-
setZERO
final Unit setZERO(BlockLocation ZERO)
-
-
-
-