Class IllegalPacketEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
com.destroystokyo.paper.event.player.IllegalPacketEvent
Deprecated, for removal: This API element is subject to removal in a future version.
Not used
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.player.PlayerEvent
player
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull HandlerList
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getType()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
setKickMessage
(@Nullable String kickMessage) Deprecated, for removal: This API element is subject to removal in a future version.void
setShouldKick
(boolean shouldKick) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayer
Methods inherited from class org.bukkit.event.Event
callEvent, getEventContext, getEventName, isAsynchronous, isSupportInterrupt
-
Constructor Details
-
Method Details
-
isShouldKick
public boolean isShouldKick()Deprecated, for removal: This API element is subject to removal in a future version. -
setShouldKick
public void setShouldKick(boolean shouldKick) Deprecated, for removal: This API element is subject to removal in a future version. -
getKickMessage
Deprecated, for removal: This API element is subject to removal in a future version. -
setKickMessage
Deprecated, for removal: This API element is subject to removal in a future version. -
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
getExceptionMessage
Deprecated, for removal: This API element is subject to removal in a future version. -
getHandlers
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getHandlers
in classEvent
-
getHandlerList
Deprecated, for removal: This API element is subject to removal in a future version.
-