Class RemovePlayerSkinEvent
java.lang.Object
kr.toxicity.model.api.event.RemovePlayerSkinEvent
- All Implemented Interfaces:
CancellableEvent, ModelEvent
Triggered when a player's skin data is about to be removed from the cache.
This event allows cancelling the removal to keep the skin data cached.
- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionRemovePlayerSkinEvent(@NotNull ModelProfile modelProfile) Creates a new RemovePlayerSkinEvent. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CancellableEvent
call, isCancelled, setCancelled
-
Constructor Details
-
RemovePlayerSkinEvent
Creates a new RemovePlayerSkinEvent.- Parameters:
modelProfile- the model profile being removed- Since:
- 2.0.0
-