Enum BlockStateModelGenerator.TintType

java.lang.Object
java.lang.Enum<BlockStateModelGenerator.TintType>
net.minecraft.data.client.model.BlockStateModelGenerator.TintType
All Implemented Interfaces:
Serializable, Comparable<BlockStateModelGenerator.TintType>, java.lang.constant.Constable
Enclosing class:
BlockStateModelGenerator

static enum BlockStateModelGenerator.TintType
extends Enum<BlockStateModelGenerator.TintType>
Mappings:
Namespace Name
official ip$c
intermediary net/minecraft/class_4910$class_4913
named net/minecraft/data/client/model/BlockStateModelGenerator$TintType
  • Enum Constant Details

    • TINTED

      public static final BlockStateModelGenerator.TintType TINTED
      Mappings:
      Namespace Name Mixin selector
      official a Lip$c;a:Lip$c;
      intermediary field_22839 Lnet/minecraft/class_4910$class_4913;field_22839:Lnet/minecraft/class_4910$class_4913;
      named TINTED Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;TINTED:Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;
    • NOT_TINTED

      public static final BlockStateModelGenerator.TintType NOT_TINTED
      Mappings:
      Namespace Name Mixin selector
      official b Lip$c;b:Lip$c;
      intermediary field_22840 Lnet/minecraft/class_4910$class_4913;field_22840:Lnet/minecraft/class_4910$class_4913;
      named NOT_TINTED Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;NOT_TINTED:Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;
  • Constructor Details

    • TintType

      private TintType()
  • Method Details

    • values

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

      public static BlockStateModelGenerator.TintType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getCrossModel

      public Model getCrossModel()
      Mappings:
      Namespace Name Mixin selector
      official a Lip$c;a()Lje;
      intermediary method_25726 Lnet/minecraft/class_4910$class_4913;method_25726()Lnet/minecraft/class_4942;
      named getCrossModel Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;getCrossModel()Lnet/minecraft/data/client/model/Model;
    • getFlowerPotCrossModel

      public Model getFlowerPotCrossModel()
      Mappings:
      Namespace Name Mixin selector
      official b Lip$c;b()Lje;
      intermediary method_25727 Lnet/minecraft/class_4910$class_4913;method_25727()Lnet/minecraft/class_4942;
      named getFlowerPotCrossModel Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;getFlowerPotCrossModel()Lnet/minecraft/data/client/model/Model;