java.lang.Object
io.github.sefiraat.slimetinker.items.Guide

public final class Guide extends Object
  • Field Details

    • DESC_ERROR

      public static final String DESC_ERROR
      See Also:
    • LEVEL_TOOLS_NETHERITE

      public static final int LEVEL_TOOLS_NETHERITE
      See Also:
    • LEVEL_TOOLS_DIAMOND

      public static final int LEVEL_TOOLS_DIAMOND
      See Also:
    • LEVEL_TOOLS_IRON

      public static final int LEVEL_TOOLS_IRON
      See Also:
    • LEVEL_TOOLS_GOLD

      public static final int LEVEL_TOOLS_GOLD
      See Also:
    • LEVEL_ARMOUR_NETHERITE

      public static final int LEVEL_ARMOUR_NETHERITE
      See Also:
    • LEVEL_ARMOUR_DIAMOND

      public static final int LEVEL_ARMOUR_DIAMOND
      See Also:
    • LEVEL_ARMOUR_IRON

      public static final int LEVEL_ARMOUR_IRON
      See Also:
    • LEVEL_ARMOUR_CHAIN

      public static final int LEVEL_ARMOUR_CHAIN
      See Also:
    • TOOL_SHOVEL_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_SHOVEL_DUMMY
    • TOOL_PICKAXE_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_PICKAXE_DUMMY
    • TOOL_AXE_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_AXE_DUMMY
    • TOOL_HOE_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_HOE_DUMMY
    • TOOL_SWORD_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_SWORD_DUMMY
    • ARMOUR_HELMET_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_HELMET_DUMMY
    • ARMOUR_CHESTPLATE_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_CHESTPLATE_DUMMY
    • ARMOUR_LEGGINGS_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_LEGGINGS_DUMMY
    • ARMOUR_BOOTS_DUMMY

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_BOOTS_DUMMY
    • TOOL_AXE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_AXE
    • TOOL_HOE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_HOE
    • TOOL_PICKAXE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_PICKAXE
    • TOOL_SHOVEL

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_SHOVEL
    • TOOL_SWORD

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_SWORD
    • TOOL_AXE_EXP

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_AXE_EXP
    • TOOL_HOE_EXP

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_HOE_EXP
    • TOOL_PICKAXE_EXP

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_PICKAXE_EXP
    • TOOL_SHOVEL_EXP

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_SHOVEL_EXP
    • TOOL_SWORD_EXP

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_SWORD_EXP
    • ARMOUR_HELM

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_HELM
    • ARMOUR_CHESTPLATE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_CHESTPLATE
    • ARMOUR_LEGGINGS

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_LEGGINGS
    • ARMOUR_BOOTS

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_BOOTS
    • TOOL_INFO

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack TOOL_INFO
    • ARMOUR_INFO

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack ARMOUR_INFO
    • SHOVEL

      public static final ToolTemplate SHOVEL
    • PICKAXE

      public static final ToolTemplate PICKAXE
    • AXE

      public static final ToolTemplate AXE
    • HOE

      public static final ToolTemplate HOE
    • SWORD

      public static final ToolTemplate SWORD
    • EXP_SHOVEL

      public static final ToolTemplateExplosive EXP_SHOVEL
    • EXP_PICKAXE

      public static final ToolTemplateExplosive EXP_PICKAXE
    • EXP_AXE

      public static final ToolTemplateExplosive EXP_AXE
    • EXP_HOE

      public static final ToolTemplateExplosive EXP_HOE
    • EXP_SWORD

      public static final ToolTemplateExplosive EXP_SWORD
    • HELM

      public static final ArmourTemplate HELM
    • CHEST

      public static final ArmourTemplate CHEST
    • LEG

      public static final ArmourTemplate LEG
    • BOOT

      public static final ArmourTemplate BOOT
  • Method Details