Index

A B C E F G H I M N P R S T U V 
All Classes and Interfaces|All Packages

A

action(String, String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Adds an action for a specific click type.
addButton(GuiButtonData) - Method in class github.nighter.smartspawner.api.gui.GuiLayoutBuilder
Adds a button to this layout.
addButton(String, GuiButtonData) - Method in class github.nighter.smartspawner.api.gui.GuiLayoutBuilder
Adds a button with a specific key to this layout.
applyChanges() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Applies all pending changes and recalculates spawner values.

B

BLOCK_PLACE - Enum constant in enum class github.nighter.smartspawner.api.events.SpawnerStackEvent.StackSource
Stacked while placing a spawner block, for example sneak-placing a whole held stack at once.
build() - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Builds the GuiButtonData instance.
build() - Method in class github.nighter.smartspawner.api.gui.GuiLayoutBuilder
Builds the GuiLayoutData instance.
buttonType(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets the button type identifier.

C

clearSpawnerLayoutProvider() - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Clears the currently active per-spawner layout provider.
condition(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets a condition for this button to be shown.
cooldown(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets a button cooldown using SmartSpawner's config duration format.
cooldownTicks(long) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets a button cooldown in server ticks.
createItemSpawnerItem(Material) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Creates an item spawner that spawns items instead of entities.
createItemSpawnerItem(Material, int) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Creates an item spawner that spawns items instead of entities.
createSpawnerItem(EntityType) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Creates a SmartSpawner item with the specified entity type.
createSpawnerItem(EntityType, int) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Creates a SmartSpawner item with the specified entity type and a custom amount.
createVanillaSpawnerItem(EntityType) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Creates a vanilla spawner item without SmartSpawner features.
createVanillaSpawnerItem(EntityType, int) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Creates a vanilla spawner item without SmartSpawner features.
customTexture(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets a custom texture hash for PLAYER_HEAD material.

E

enabled(boolean) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets whether this button is enabled.
equals(Object) - Method in class github.nighter.smartspawner.api.gui.GuiButtonSoundData
 

F

failSound(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
failSound(String, float, float) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
failSound(String, String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
failSound(String, String, float, float) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 

G

getAction(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonData
Gets the action for a specific click type.
getAllSpawners() - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Gets all registered spawners in the server.
getAPI() - Method in interface github.nighter.smartspawner.api.SmartSpawnerPlugin
Gets the SmartSpawnerAPI instance.
getAPI() - Static method in class github.nighter.smartspawner.api.SmartSpawnerProvider
Gets the SmartSpawnerAPI instance.
getBaseMaxMobs() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Gets the base maximum mobs value.
getBaseMaxStoragePages() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Gets the base maximum storage pages value.
getBaseMaxStoredExp() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Gets the base maximum stored experience value.
getBaseMinMobs() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Gets the base minimum mobs value.
getBaseSpawnerDelay() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Gets the base spawner delay value.
getDefaultAction() - Method in class github.nighter.smartspawner.api.gui.GuiButtonData
Gets the default action (checks "click" first, then "default").
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerBreakEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerDropAllEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerEggChangeEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerExpClaimEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerExplodeEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerOpenGUIEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerPlaceEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerPlayerBreakEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerRemoveEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerSellEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerStackEvent
 
getHandlerList() - Static method in class github.nighter.smartspawner.api.events.SpawnerTakeAllEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerBreakEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerDropAllEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerEggChangeEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerExpClaimEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerExplodeEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerOpenGUIEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerPlaceEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerPlayerBreakEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerRemoveEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerSellEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerStackEvent
 
getHandlers() - Method in class github.nighter.smartspawner.api.events.SpawnerTakeAllEvent
 
getItemSpawnerMaterial(ItemStack) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Gets the item material from an item spawner.
getLayout(SpawnerDataDTO, Player, GuiLayoutType) - Method in interface github.nighter.smartspawner.api.gui.SpawnerGuiLayoutProvider
Returns a custom layout for the given spawner and player, or null to use the default layout resolution (global registry → file-based).
getLayoutRegistry() - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Gets the GuiLayoutRegistry for registering custom GUI layouts.
getMaxStackSize() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Gets the spawner's maximum stack size.
getProviderName() - Method in interface github.nighter.smartspawner.api.gui.SpawnerGuiLayoutProvider
Returns a human-readable name for this provider, used for logging/debugging.
getRegisteredLayouts() - Method in interface github.nighter.smartspawner.api.gui.GuiLayoutRegistry
Returns a set of all registered layout names.
getSpawnerById(String) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Gets spawner data by unique identifier.
getSpawnerByLocation(Location) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Gets spawner data by location.
getSpawnerEntityType(ItemStack) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Gets the entity type from a spawner item.
getSpawnerModifier(String) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Creates a modifier for the specified spawner to change its properties.
getStackSize() - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Gets the spawner's current stack size.
github.nighter.smartspawner.api - package github.nighter.smartspawner.api
 
github.nighter.smartspawner.api.data - package github.nighter.smartspawner.api.data
 
github.nighter.smartspawner.api.events - package github.nighter.smartspawner.api.events
 
github.nighter.smartspawner.api.gui - package github.nighter.smartspawner.api.gui
 
GUI - Enum constant in enum class github.nighter.smartspawner.api.events.SpawnerStackEvent.StackSource
Stacked through the GUI interface.
GuiButtonBuilder - Class in github.nighter.smartspawner.api.gui
Builder for creating GuiButtonData instances programmatically.
GuiButtonBuilder() - Constructor for class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
GuiButtonData - Class in github.nighter.smartspawner.api.gui
Immutable data transfer object representing a GUI button configuration.
GuiButtonData(String, int, Material, boolean, String, Map, boolean, String) - Constructor for class github.nighter.smartspawner.api.gui.GuiButtonData
Creates button data using the same 1-based slot numbering as GUI layout YAML files.
GuiButtonData(String, int, Material, boolean, String, Map, boolean, String, long, GuiButtonSoundData) - Constructor for class github.nighter.smartspawner.api.gui.GuiButtonData
Creates button data with optional cooldown and click sound settings.
GuiButtonData(String, int, Material, boolean, String, Map, boolean, String, long, GuiButtonSoundData, GuiButtonSoundData, GuiButtonSoundData) - Constructor for class github.nighter.smartspawner.api.gui.GuiButtonData
 
GuiButtonData(String, int, Material, boolean, String, Map, boolean, String, long, Map, Map, Map) - Constructor for class github.nighter.smartspawner.api.gui.GuiButtonData
 
GuiButtonSoundData - Class in github.nighter.smartspawner.api.gui
Immutable sound configuration for a GUI button click.
GuiButtonSoundData(String, float, float) - Constructor for class github.nighter.smartspawner.api.gui.GuiButtonSoundData
Creates an immutable GUI button sound configuration.
GuiDurationParser - Class in github.nighter.smartspawner.api.gui
Parses GUI duration values using the same tick-based format as SmartSpawner's config.yml.
GuiLayoutBuilder - Class in github.nighter.smartspawner.api.gui
Builder for creating GuiLayoutData instances programmatically.
GuiLayoutBuilder() - Constructor for class github.nighter.smartspawner.api.gui.GuiLayoutBuilder
 
GuiLayoutData - Class in github.nighter.smartspawner.api.gui
Immutable data transfer object representing a GUI layout configuration.
GuiLayoutData(GuiLayoutType, Map) - Constructor for class github.nighter.smartspawner.api.gui.GuiLayoutData
 
GuiLayoutRegistry - Interface in github.nighter.smartspawner.api.gui
Registry for external plugins to register custom GUI layouts.
GuiLayoutType - Enum Class in github.nighter.smartspawner.api.gui
Represents the type of GUI layout in SmartSpawner.

H

hasClickSound() - Method in class github.nighter.smartspawner.api.gui.GuiButtonData
Returns whether this button has a configured click sound.
hasCondition() - Method in class github.nighter.smartspawner.api.gui.GuiButtonData
 
hasCooldown() - Method in class github.nighter.smartspawner.api.gui.GuiButtonData
Returns whether this button has an enabled cooldown.
hasFailSound() - Method in class github.nighter.smartspawner.api.gui.GuiButtonData
 
hashCode() - Method in class github.nighter.smartspawner.api.gui.GuiButtonSoundData
 
hasSuccessSound() - Method in class github.nighter.smartspawner.api.gui.GuiButtonData
 

I

infoButton() - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Marks this button as the spawner info button.
infoButton(boolean) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets whether this button is the spawner info button.
isItemSpawner() - Method in class github.nighter.smartspawner.api.data.SpawnerDataDTO
Checks if this is an item spawner.
isItemSpawner(ItemStack) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Checks if an ItemStack is an item spawner.
isRegistered(String) - Method in interface github.nighter.smartspawner.api.gui.GuiLayoutRegistry
Checks whether a layout name is already registered.
isSmartSpawner(ItemStack) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Checks if an ItemStack is a SmartSpawner.
isVanillaSpawner(ItemStack) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Checks if an ItemStack is a vanilla spawner.

M

MAIN_GUI - Enum constant in enum class github.nighter.smartspawner.api.gui.GuiLayoutType
 
material(Material) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets the material for this button.

N

noSound() - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Removes the configured click sound.

P

parseToTicks(String) - Static method in class github.nighter.smartspawner.api.gui.GuiDurationParser
Parses a duration to ticks.
PLACE - Enum constant in enum class github.nighter.smartspawner.api.events.SpawnerStackEvent.StackSource
Stacked by right-clicking a spawner in hand onto an existing spawner block.

R

registerLayout(String, GuiLayoutData, GuiLayoutData, GuiLayoutData) - Method in interface github.nighter.smartspawner.api.gui.GuiLayoutRegistry
Registers a programmatic layout (built via GuiLayoutBuilder).
registerLayoutFromYaml(String, File, File, File) - Method in interface github.nighter.smartspawner.api.gui.GuiLayoutRegistry
Registers a layout from YAML files provided by an external plugin.
removeSpawner(String) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Removes a spawner from the server, including its block and data.
removeSpawner(Location) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Removes a spawner from the server by its location, including its block and data.

S

SELL_CONFIRM_GUI - Enum constant in enum class github.nighter.smartspawner.api.gui.GuiLayoutType
 
setBaseMaxMobs(int) - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Sets the base maximum mobs value.
setBaseMaxStoragePages(int) - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Sets the base maximum storage pages value.
setBaseMaxStoredExp(long) - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Sets the base maximum stored experience value.
setBaseMinMobs(int) - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Sets the base minimum mobs value.
setBaseSpawnerDelay(long) - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Sets the base spawner delay value.
setMaxStackSize(int) - Method in interface github.nighter.smartspawner.api.data.SpawnerDataModifier
Sets the spawner's maximum stack size.
setSpawnerLayoutProvider(SpawnerGuiLayoutProvider) - Method in interface github.nighter.smartspawner.api.SmartSpawnerAPI
Sets a provider to dynamically override GUI layouts on a per-spawner basis.
slot(int) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets the slot position for this button.
SmartSpawnerAPI - Interface in github.nighter.smartspawner.api
Main API interface for SmartSpawner plugin.
SmartSpawnerPlugin - Interface in github.nighter.smartspawner.api
Interface that the main SmartSpawner plugin class implements.
SmartSpawnerProvider - Class in github.nighter.smartspawner.api
Utility class to get the SmartSpawnerAPI instance.
SmartSpawnerProvider() - Constructor for class github.nighter.smartspawner.api.SmartSpawnerProvider
 
sound(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets the sound played when the button click is accepted.
sound(String, float, float) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
Sets the sound played when the button click is accepted.
sound(String, String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
sound(String, String, float, float) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
SpawnerBreakEvent - Class in github.nighter.smartspawner.api.events
Called when a spawner is broken by a player or explosion.
SpawnerBreakEvent(Entity, Location, int) - Constructor for class github.nighter.smartspawner.api.events.SpawnerBreakEvent
Creates a new spawner break event.
SpawnerBreakEvent(Entity, Location, int, EntityType) - Constructor for class github.nighter.smartspawner.api.events.SpawnerBreakEvent
Creates a new spawner break event.
SpawnerDataDTO - Class in github.nighter.smartspawner.api.data
Data Transfer Object containing read-only spawner information.
SpawnerDataDTO(String, Location, EntityType, Material, int, int, int, int, int, long, long) - Constructor for class github.nighter.smartspawner.api.data.SpawnerDataDTO
Creates a new spawner data DTO.
SpawnerDataModifier - Interface in github.nighter.smartspawner.api.data
Interface for accessing and modifying spawner data through the API.
SpawnerDropAllEvent - Class in github.nighter.smartspawner.api.events
Called when all items are dropped from a spawner's storage.
SpawnerDropAllEvent(Player, Location, List) - Constructor for class github.nighter.smartspawner.api.events.SpawnerDropAllEvent
Creates a new spawner drop all event.
SpawnerEggChangeEvent - Class in github.nighter.smartspawner.api.events
Called when a spawner's entity type is changed using a spawn egg.
SpawnerEggChangeEvent(Player, Location, EntityType, EntityType) - Constructor for class github.nighter.smartspawner.api.events.SpawnerEggChangeEvent
Creates a new spawner egg change event.
SpawnerEvent - Class in github.nighter.smartspawner.api.events
Base event class for all spawner-related events.
SpawnerEvent(Location, int) - Constructor for class github.nighter.smartspawner.api.events.SpawnerEvent
Creates a new spawner event.
SpawnerExpClaimEvent - Class in github.nighter.smartspawner.api.events
Called when a player claims experience from a spawner.
SpawnerExpClaimEvent(Player, Location, long) - Constructor for class github.nighter.smartspawner.api.events.SpawnerExpClaimEvent
Creates a new spawner experience claim event.
SpawnerExplodeEvent - Class in github.nighter.smartspawner.api.events
Called when a spawner is destroyed by an explosion.
SpawnerExplodeEvent(Entity, Location, int, boolean) - Constructor for class github.nighter.smartspawner.api.events.SpawnerExplodeEvent
Creates a new spawner explode event.
SpawnerExplodeEvent(Entity, Location, int, boolean, EntityType) - Constructor for class github.nighter.smartspawner.api.events.SpawnerExplodeEvent
Creates a new spawner explode event.
SpawnerGuiLayoutProvider - Interface in github.nighter.smartspawner.api.gui
Interface for plugins that want to provide per-spawner GUI layout overrides.
SpawnerOpenGUIEvent - Class in github.nighter.smartspawner.api.events
Called when a player opens a spawner GUI.
SpawnerOpenGUIEvent(Player, Location, EntityType, int, boolean) - Constructor for class github.nighter.smartspawner.api.events.SpawnerOpenGUIEvent
Creates a new spawner GUI open event.
SpawnerPlaceEvent - Class in github.nighter.smartspawner.api.events
Called when a spawner is placed by a player.
SpawnerPlaceEvent(Player, Location, EntityType, int) - Constructor for class github.nighter.smartspawner.api.events.SpawnerPlaceEvent
Creates a new spawner place event.
SpawnerPlayerBreakEvent - Class in github.nighter.smartspawner.api.events
Called when a spawner is broken by a player.
SpawnerPlayerBreakEvent(Player, Location, int) - Constructor for class github.nighter.smartspawner.api.events.SpawnerPlayerBreakEvent
Creates a new spawner player break event.
SpawnerPlayerBreakEvent(Player, Location, int, EntityType) - Constructor for class github.nighter.smartspawner.api.events.SpawnerPlayerBreakEvent
Creates a new spawner player break event.
SpawnerRemoveEvent - Class in github.nighter.smartspawner.api.events
Called when spawners are unstacked/removed from the stacker GUI.
SpawnerRemoveEvent(Player, Location, int, int) - Constructor for class github.nighter.smartspawner.api.events.SpawnerRemoveEvent
Creates a new spawner remove event.
SpawnerSellEvent - Class in github.nighter.smartspawner.api.events
Called when items are sold from a spawner's storage.
SpawnerSellEvent(Player, Location, List, double) - Constructor for class github.nighter.smartspawner.api.events.SpawnerSellEvent
Creates a new spawner sell event.
SpawnerSellEvent(Player, Location, List, double, EntityType) - Constructor for class github.nighter.smartspawner.api.events.SpawnerSellEvent
Creates a new spawner sell event.
SpawnerStackEvent - Class in github.nighter.smartspawner.api.events
Called when spawners are stacked together.
SpawnerStackEvent(Player, Location, int, int) - Constructor for class github.nighter.smartspawner.api.events.SpawnerStackEvent
Creates a new spawner stack event with default PLACE source.
SpawnerStackEvent(Player, Location, int, int, SpawnerStackEvent.StackSource) - Constructor for class github.nighter.smartspawner.api.events.SpawnerStackEvent
Creates a new spawner stack event.
SpawnerStackEvent(Player, Location, int, int, SpawnerStackEvent.StackSource, EntityType) - Constructor for class github.nighter.smartspawner.api.events.SpawnerStackEvent
Creates a new spawner stack event.
SpawnerStackEvent.StackSource - Enum Class in github.nighter.smartspawner.api.events
Represents the source of a stack operation.
SpawnerTakeAllEvent - Class in github.nighter.smartspawner.api.events
Called when all items are taken from a spawner's storage.
SpawnerTakeAllEvent(Player, Location, Map) - Constructor for class github.nighter.smartspawner.api.events.SpawnerTakeAllEvent
Creates a new spawner take all event.
STORAGE_GUI - Enum constant in enum class github.nighter.smartspawner.api.gui.GuiLayoutType
 
successSound(String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
successSound(String, float, float) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
successSound(String, String) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 
successSound(String, String, float, float) - Method in class github.nighter.smartspawner.api.gui.GuiButtonBuilder
 

T

type(GuiLayoutType) - Method in class github.nighter.smartspawner.api.gui.GuiLayoutBuilder
Sets the layout type.

U

unregisterLayout(String) - Method in interface github.nighter.smartspawner.api.gui.GuiLayoutRegistry
Unregisters a previously registered layout.

V

valueOf(String) - Static method in enum class github.nighter.smartspawner.api.events.SpawnerStackEvent.StackSource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class github.nighter.smartspawner.api.gui.GuiLayoutType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class github.nighter.smartspawner.api.events.SpawnerStackEvent.StackSource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class github.nighter.smartspawner.api.gui.GuiLayoutType
Returns an array containing the constants of this enum class, in the order they are declared.
A B C E F G H I M N P R S T U V 
All Classes and Interfaces|All Packages