Interface ServerLocation.Factory
-
- Enclosing interface:
- ServerLocation
public static interface ServerLocation.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerLocationcreate(ResourceKey worldKey, Vector3d position)ServerLocationcreate(ResourceKey worldKey, Vector3i blockPosition)ServerLocationcreate(ServerWorld world, Vector3d position)ServerLocationcreate(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)
-
-