Enum GuiInventory.BorderColor

java.lang.Object
java.lang.Enum<GuiInventory.BorderColor>
dev.esophose.playerparticles.gui.GuiInventory.BorderColor
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GuiInventory.BorderColor>, java.lang.constant.Constable
Enclosing class:
GuiInventory

public static enum GuiInventory.BorderColor
extends java.lang.Enum<GuiInventory.BorderColor>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    BLACK  
    BLUE  
    BROWN  
    CYAN  
    GRAY  
    GREEN  
    LIGHT_BLUE  
    LIGHT_GRAY  
    LIME  
    MAGENTA  
    ORANGE  
    PINK  
    PURPLE  
    RED  
    WHITE  
    YELLOW  
  • Method Summary

    Modifier and Type Method Description
    protected org.bukkit.inventory.ItemStack getIcon()  
    static GuiInventory.BorderColor valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static GuiInventory.BorderColor[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait