Class XYZCoords
-
- All Implemented Interfaces:
-
com.github.spigotbasics.core.messages.tags.MessageTagProvider
public final class XYZCoords implements MessageTagProvider
-
-
Method Summary
Modifier and Type Method Description final Double
getX()
final Double
getY()
final Double
getZ()
final Location
toLocation(World world)
final SimpleLocation
toSimpleLocation(String world)
List<CustomTag>
getMessageTags()
final List<CustomTag>
getMessageTags(Integer decimalPlaces)
-
-
Method Detail
-
toLocation
final Location toLocation(World world)
-
toSimpleLocation
final SimpleLocation toSimpleLocation(String world)
-
getMessageTags
List<CustomTag> getMessageTags()
-
getMessageTags
final List<CustomTag> getMessageTags(Integer decimalPlaces)
-
-
-
-