Enum Class AllSections

java.lang.Object
java.lang.Enum<AllSections>
com.simibubi.create.content.AllSections
All Implemented Interfaces:
Serializable, Comparable<AllSections>, Constable

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

    • KINETICS

      public static final AllSections KINETICS
      Create's kinetic mechanisms
    • LOGISTICS

      public static final AllSections LOGISTICS
      Item transport and other Utility
    • SCHEMATICS

      public static final AllSections SCHEMATICS
      Tools for strucuture movement and replication
    • PALETTES

      public static final AllSections PALETTES
      Decorative blocks
    • CURIOSITIES

      public static final AllSections CURIOSITIES
      Helpful gadgets and other shenanigans
    • MATERIALS

      public static final AllSections MATERIALS
      Base materials, ingredients and tools
    • UNASSIGNED

      public static final AllSections UNASSIGNED
      Fallback section
  • Method Details

    • values

      public static AllSections[] 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 AllSections 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
    • getTooltipPalette

      public ItemDescription.Palette getTooltipPalette()
    • of

      public static AllSections of(net.minecraft.world.item.ItemStack stack)