PlayerObserver<P,S>
@FunctionalInterface public interface ChangePositionObserver<P extends Player<P,?>>
Modifier and Type | Method | Description |
---|---|---|
void |
onChangePositionEvent(ChangePositionEvent<P> aPlayerEvent) |
This method is called when information about an Player which was
previously requested using an asynchronous interface becomes available.
|
void onChangePositionEvent(ChangePositionEvent<P> aPlayerEvent) throws org.refcodes.exception.VetoException
aPlayerEvent
- the player eventorg.refcodes.exception.VetoException
- the veto exceptionCopyright © 2021. All rights reserved.