Package net.skinsrestorer.api.event
Interface SkinApplyEvent
- All Superinterfaces:
SkinsRestorerEvent
SkinApplyEvent interface represents an event that is fired when a skin is being applied to a player.
It extends the SkinsRestorerEvent interface.
-
Method Summary
Modifier and TypeMethodDescription<P> P
boolean
void
setCancelled
(boolean cancelled) void
setProperty
(SkinProperty property)
-
Method Details
-
getPlayer
-
getProperty
SkinProperty getProperty() -
setProperty
-
isCancelled
boolean isCancelled() -
setCancelled
void setCancelled(boolean cancelled)
-