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