Interface ServerLocationCreator
- All Superinterfaces:
LocationCreator<ServerWorld,
ServerLocation>
- All Known Subinterfaces:
ServerWorld
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault LocatableBlock
locatableBlock
(int x, int y, int z) Gets aLocatableBlock
for the desiredx, y, z
coordinates.default LocatableBlock
locatableBlock
(Vector3i position) Gets aLocatableBlock
for the desiredVector3i
position.
-
Method Details
-
locatableBlock
Gets aLocatableBlock
for the desiredVector3i
position.- Parameters:
position
- The position to get the locatable block- Returns:
- The locatable block
-
locatableBlock
Gets aLocatableBlock
for the desiredx, y, z
coordinates.- Parameters:
x
- The x positiony
- The y positionz
- The z position- Returns:
- The locatable block
-