Uses of Enum Class
me.agent.vgui.api.CloseReason
Packages that use CloseReason
Package
Description
Global observation hooks:
VGuiListener.Player text input via anvil windows:
AnvilInputView.-
Uses of CloseReason in me.agent.vgui.api
Subclasses with type arguments of type CloseReason in me.agent.vgui.apiMethods in me.agent.vgui.api that return CloseReasonModifier and TypeMethodDescriptionstatic CloseReasonReturns the enum constant of this class with the specified name.static CloseReason[]CloseReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.agent.vgui.api with parameters of type CloseReasonModifier and TypeMethodDescriptionvoidCloseHandler.onClose(com.velocitypowered.api.proxy.Player player, CloseReason reason, ViewContext context) Handles the close.default voidView.onClose(com.velocitypowered.api.proxy.Player player, CloseReason reason, ViewContext context) Called exactly once when the view stops being shown, with the reason and the per-open context. -
Uses of CloseReason in me.agent.vgui.api.event
Methods in me.agent.vgui.api.event with parameters of type CloseReasonModifier and TypeMethodDescriptiondefault voidVGuiListener.onClose(com.velocitypowered.api.proxy.Player player, View view, CloseReason reason) Called after a view closed for a player. -
Uses of CloseReason in me.agent.vgui.api.input
Methods in me.agent.vgui.api.input with parameters of type CloseReasonModifier and TypeMethodDescriptionvoidAnvilInputView.onClose(com.velocitypowered.api.proxy.Player player, CloseReason reason, ViewContext context) -
Uses of CloseReason in me.agent.vgui.core.internal
Methods in me.agent.vgui.core.internal with parameters of type CloseReasonModifier and TypeMethodDescriptionvoidSessionManager.closeAll(CloseReason reason) Closes every session.