Object BlockLocation.Companion
-
- All Implemented Interfaces:
public class BlockLocation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private ConfigurationSerializableDataType<BlockLocation>dataTypeprivate BlockLocationZEROpublic final static BlockLocation.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BlockLocationdeserialize(Map<String, Object> args)final ConfigurationSerializableDataType<BlockLocation>getDataType()final UnitsetDataType(ConfigurationSerializableDataType<BlockLocation> dataType)final BlockLocationgetZERO()final UnitsetZERO(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)
-
-
-
-