Interface ServerLocationCreator
- All Superinterfaces:
- LocationCreator<ServerWorld,- ServerLocation> 
- All Known Subinterfaces:
- ServerWorld
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier 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- 
locatableBlockGets aLocatableBlockfor the desiredVector3iposition.- Parameters:
- position- The position to get the locatable block
- Returns:
- The locatable block
 
- 
locatableBlockGets aLocatableBlockfor the desiredx, y, zcoordinates.- Parameters:
- x- The x position
- y- The y position
- z- The z position
- Returns:
- The locatable block
 
 
-