public class PlayerLocationManager extends AbstractPlayerLocationManager
Constructor and Description |
---|
PlayerLocationManager(TriggerReactorCore plugin) |
Modifier and Type | Method and Description |
---|---|
void |
onJoin(org.spongepowered.api.event.network.ClientConnectionEvent.Join e) |
void |
onMove(org.spongepowered.api.event.entity.MoveEntityEvent e) |
void |
onQuit(org.spongepowered.api.event.network.ClientConnectionEvent.Disconnect e) |
void |
onSpawn(org.spongepowered.api.event.entity.living.humanoid.player.RespawnPlayerEvent e) |
void |
reload()
Reload all triggers
|
void |
saveAll()
Save all triggers
|
getCurrentBlockLocation, onMove, removeCurrentBlockLocation, setCurrentBlockLocation
disable, getManagers
public PlayerLocationManager(TriggerReactorCore plugin)
public void onJoin(org.spongepowered.api.event.network.ClientConnectionEvent.Join e)
public void onSpawn(org.spongepowered.api.event.entity.living.humanoid.player.RespawnPlayerEvent e)
public void onQuit(org.spongepowered.api.event.network.ClientConnectionEvent.Disconnect e)
public void onMove(org.spongepowered.api.event.entity.MoveEntityEvent e)
public void reload()
Manager