public interface ISpawnProvider
Interface for spawnprovider functionality. Defines the contract for spawnprovider implementations.
java.lang.Object > ISpawnProvider
Field Summary
uuidComponent
final
UUIDComponent
uuidComponent
Field uuidComponent.
world
final
World
world
Field world.
Method Detail
getSpawnPoint
public
Transform
getSpawnPoint
(@Nonnull final Ref ref, @Nonnull final ComponentAccessor componentAccessor)
Method getSpawnPoint.
- Parameters:
@Nonnull final Refref@Nonnull final ComponentAccessorcomponentAccessor