Location.here constructor
const
Location.here()
Selects the current Position
This is a shortcut for ~ ~ ~
Implementation
const Location.here()
: location = '~ ~ ~',
x = 0,
y = 0,
z = 0;
Selects the current Position
This is a shortcut for ~ ~ ~
const Location.here()
: location = '~ ~ ~',
x = 0,
y = 0,
z = 0;