java.lang.Object
java.lang.Enum<Tools>
com.simibubi.create.content.schematics.client.tools.Tools
All Implemented Interfaces:
Serializable, Comparable<Tools>, Constable

public enum Tools extends Enum<Tools>
  • Enum Constant Details

    • Deploy

      public static final Tools Deploy
    • Move

      public static final Tools Move
    • MoveY

      public static final Tools MoveY
    • Rotate

      public static final Tools Rotate
    • Print

      public static final Tools Print
    • Flip

      public static final Tools Flip
  • Method Details

    • values

      public static Tools[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Tools valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getTool

      public ISchematicTool getTool()
    • getDisplayName

      public net.minecraft.network.chat.TranslatableComponent getDisplayName()
    • getIcon

      public AllIcons getIcon()
    • getTools

      public static List<Tools> getTools(boolean creative)
    • getDescription

      public List<net.minecraft.network.chat.Component> getDescription()