Uses of Enum Class
me.agent.vgui.api.ViewType
Packages that use ViewType
-
Uses of ViewType in me.agent.vgui.api
Subclasses with type arguments of type ViewType in me.agent.vgui.apiMethods in me.agent.vgui.api that return ViewTypeModifier and TypeMethodDescriptionstatic ViewTypeViewType.chestForSize(int size) Smallest chest type that fitssizeslots (clamped to [9, 54], rounded up to a full row).static ViewTypeViewType.chestRows(int rows) Chest type for the given row count.final ViewTypeChestView.type()View.type()The window type (determines slot count and shape).static ViewTypeReturns the enum constant of this class with the specified name.static ViewType[]ViewType.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 ViewType -
Uses of ViewType in me.agent.vgui.api.contents
Methods in me.agent.vgui.api.contents that return ViewType -
Uses of ViewType in me.agent.vgui.api.input
Methods in me.agent.vgui.api.input that return ViewType -
Uses of ViewType in me.agent.vgui.core.internal
Methods in me.agent.vgui.core.internal that return ViewTypeMethods in me.agent.vgui.core.internal with parameters of type ViewTypeModifier and TypeMethodDescriptionstatic voidWindowTypeResolver.openWindow(com.github.retrooper.packetevents.protocol.player.User user, int windowId, ViewType type, net.kyori.adventure.text.Component title) Sends the OPEN_WINDOW packet for the given view type, bypassing our own listeners.