Enum Class AllPaletteStoneTypes

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

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

  • Field Details

    • baseBlock

      public com.tterrag.registrate.util.nullness.NonNullSupplier<net.minecraft.world.level.block.Block> baseBlock
    • variantTypes

      public PaletteBlockPattern[] variantTypes
    • materialTag

      public net.minecraft.tags.Tag.Named<net.minecraft.world.item.Item> materialTag
  • Method Details

    • values

      public static AllPaletteStoneTypes[] 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 AllPaletteStoneTypes 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
    • getBaseBlock

      public com.tterrag.registrate.util.nullness.NonNullSupplier<net.minecraft.world.level.block.Block> getBaseBlock()
    • getVariants

      public PalettesVariantEntry getVariants()
    • register

      public static void register(CreateRegistrate registrate)