Uses of Interface
me.hsgamer.hscore.minecraft.gui.mask.MaskSlot
Packages that use MaskSlot
Package
Description
Contains the base classes for masks in Minecraft's GUI
Contains the pre-made masks for Minecraft's GUI
-
Uses of MaskSlot in me.hsgamer.hscore.minecraft.gui.mask
Methods in me.hsgamer.hscore.minecraft.gui.mask that return MaskSlot -
Uses of MaskSlot in me.hsgamer.hscore.minecraft.gui.mask.impl
Fields in me.hsgamer.hscore.minecraft.gui.mask.impl declared as MaskSlotModifier and TypeFieldDescriptionprotected final MaskSlotMultiSlotsMask.maskSlotprotected final MaskSlotSequencePaginatedMask.maskSlotMethods in me.hsgamer.hscore.minecraft.gui.mask.impl that return MaskSlotModifier and TypeMethodDescription@NotNull MaskSlotButtonPaginatedMask.getMaskSlot()Get the mask slot@NotNull MaskSlotMultiSlotsMask.getMaskSlot()Get the mask slot@NotNull MaskSlotSequencePaginatedMask.getMaskSlot()Get the mask slotConstructors in me.hsgamer.hscore.minecraft.gui.mask.impl with parameters of type MaskSlotModifierConstructorDescriptionprotectedButtonPaginatedMask(@NotNull String name, @NotNull MaskSlot maskSlot) Create a new maskMultiSlotsMask(@NotNull String name, @NotNull MaskSlot maskSlot) Create a new maskprotectedSequencePaginatedMask(@NotNull String name, @NotNull MaskSlot maskSlot) Create a new maskStaticButtonPaginatedMask(@NotNull String name, @NotNull MaskSlot maskSlot) Create a new maskStaticSequencePaginatedMask(@NotNull String name, @NotNull MaskSlot maskSlot) Create a new mask