Enum CubeFace

java.lang.Object
java.lang.Enum<CubeFace>
net.minecraft.client.render.model.CubeFace
All Implemented Interfaces:
Serializable, Comparable<CubeFace>, java.lang.constant.Constable

@Environment(CLIENT)
public enum CubeFace
extends Enum<CubeFace>
Mappings:
Namespace Name
official bfj
intermediary net/minecraft/class_1009
named net/minecraft/client/render/model/CubeFace
  • Enum Constant Details

    • DOWN

      public static final CubeFace DOWN
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a:Lbfj;
      intermediary field_4229 Lnet/minecraft/class_1009;field_4229:Lnet/minecraft/class_1009;
      named DOWN Lnet/minecraft/client/render/model/CubeFace;DOWN:Lnet/minecraft/client/render/model/CubeFace;
    • UP

      public static final CubeFace UP
      Mappings:
      Namespace Name Mixin selector
      official b Lbfj;b:Lbfj;
      intermediary field_4230 Lnet/minecraft/class_1009;field_4230:Lnet/minecraft/class_1009;
      named UP Lnet/minecraft/client/render/model/CubeFace;UP:Lnet/minecraft/client/render/model/CubeFace;
    • NORTH

      public static final CubeFace NORTH
      Mappings:
      Namespace Name Mixin selector
      official c Lbfj;c:Lbfj;
      intermediary field_4231 Lnet/minecraft/class_1009;field_4231:Lnet/minecraft/class_1009;
      named NORTH Lnet/minecraft/client/render/model/CubeFace;NORTH:Lnet/minecraft/client/render/model/CubeFace;
    • SOUTH

      public static final CubeFace SOUTH
      Mappings:
      Namespace Name Mixin selector
      official d Lbfj;d:Lbfj;
      intermediary field_4232 Lnet/minecraft/class_1009;field_4232:Lnet/minecraft/class_1009;
      named SOUTH Lnet/minecraft/client/render/model/CubeFace;SOUTH:Lnet/minecraft/client/render/model/CubeFace;
    • WEST

      public static final CubeFace WEST
      Mappings:
      Namespace Name Mixin selector
      official e Lbfj;e:Lbfj;
      intermediary field_4233 Lnet/minecraft/class_1009;field_4233:Lnet/minecraft/class_1009;
      named WEST Lnet/minecraft/client/render/model/CubeFace;WEST:Lnet/minecraft/client/render/model/CubeFace;
    • EAST

      public static final CubeFace EAST
      Mappings:
      Namespace Name Mixin selector
      official f Lbfj;f:Lbfj;
      intermediary field_4234 Lnet/minecraft/class_1009;field_4234:Lnet/minecraft/class_1009;
      named EAST Lnet/minecraft/client/render/model/CubeFace;EAST:Lnet/minecraft/client/render/model/CubeFace;
  • Field Details

    • field_4235

      private static final CubeFace[] field_4235
      Mappings:
      Namespace Name Mixin selector
      official g Lbfj;g:[Lbfj;
      intermediary field_4235 Lnet/minecraft/class_1009;field_4235:[Lnet/minecraft/class_1009;
      named field_4235 Lnet/minecraft/client/render/model/CubeFace;field_4235:[Lnet/minecraft/client/render/model/CubeFace;
    • field_4236

      private final CubeFace.Corner[] field_4236
      Mappings:
      Namespace Name Mixin selector
      official h Lbfj;h:[Lbfj$b;
      intermediary field_4236 Lnet/minecraft/class_1009;field_4236:[Lnet/minecraft/class_1009$class_1011;
      named field_4236 Lnet/minecraft/client/render/model/CubeFace;field_4236:[Lnet/minecraft/client/render/model/CubeFace$Corner;
  • Constructor Details

  • Method Details

    • values

      public static CubeFace[] 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 CubeFace 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
    • getFace

      public static CubeFace getFace​(Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a(Lcq;)Lbfj;
      intermediary method_3351 Lnet/minecraft/class_1009;method_3351(Lnet/minecraft/class_1383;)Lnet/minecraft/class_1009;
      named getFace Lnet/minecraft/client/render/model/CubeFace;getFace(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/client/render/model/CubeFace;
    • getCorner

      public CubeFace.Corner getCorner​(int corner)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a(I)Lbfj$b;
      intermediary method_3350 Lnet/minecraft/class_1009;method_3350(I)Lnet/minecraft/class_1009$class_1011;
      named getCorner Lnet/minecraft/client/render/model/CubeFace;getCorner(I)Lnet/minecraft/client/render/model/CubeFace$Corner;