Enum Class BlockRenderType

java.lang.Object
java.lang.Enum<BlockRenderType>
net.minecraft.block.BlockRenderType
All Implemented Interfaces:
Serializable, Comparable<BlockRenderType>, Constable

public enum BlockRenderType extends Enum<BlockRenderType>
Mappings:
Namespace Name
official css
intermediary net/minecraft/class_2464
named net/minecraft/block/BlockRenderType
  • Enum Constant Details

    • INVISIBLE

      public static final BlockRenderType INVISIBLE
      Mappings:
      Namespace Name Mixin selector
      official a Lcss;a:Lcss;
      intermediary field_11455 Lnet/minecraft/class_2464;field_11455:Lnet/minecraft/class_2464;
      named INVISIBLE Lnet/minecraft/block/BlockRenderType;INVISIBLE:Lnet/minecraft/block/BlockRenderType;
    • ENTITYBLOCK_ANIMATED

      public static final BlockRenderType ENTITYBLOCK_ANIMATED
      Mappings:
      Namespace Name Mixin selector
      official b Lcss;b:Lcss;
      intermediary field_11456 Lnet/minecraft/class_2464;field_11456:Lnet/minecraft/class_2464;
      named ENTITYBLOCK_ANIMATED Lnet/minecraft/block/BlockRenderType;ENTITYBLOCK_ANIMATED:Lnet/minecraft/block/BlockRenderType;
    • MODEL

      public static final BlockRenderType MODEL
      Mappings:
      Namespace Name Mixin selector
      official c Lcss;c:Lcss;
      intermediary field_11458 Lnet/minecraft/class_2464;field_11458:Lnet/minecraft/class_2464;
      named MODEL Lnet/minecraft/block/BlockRenderType;MODEL:Lnet/minecraft/block/BlockRenderType;
  • Constructor Details

    • BlockRenderType

      private BlockRenderType()
  • Method Details

    • values

      public static BlockRenderType[] 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 BlockRenderType 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