Interface ServerLocation.Factory
-
- Enclosing interface:
- ServerLocation
public static interface ServerLocation.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerLocation
create(ResourceKey worldKey, Vector3d position)
ServerLocation
create(ResourceKey worldKey, Vector3i blockPosition)
ServerLocation
create(ServerWorld world, Vector3d position)
ServerLocation
create(ServerWorld world, Vector3i blockPosition)
-
-
-
Method Detail
-
create
ServerLocation create(ServerWorld world, Vector3d position)
-
create
ServerLocation create(ServerWorld world, Vector3i blockPosition)
-
create
ServerLocation create(ResourceKey worldKey, Vector3d position)
-
create
ServerLocation create(ResourceKey worldKey, Vector3i blockPosition)
-
-