Enum Class ItemModelGenerator.Side

java.lang.Object
java.lang.Enum<ItemModelGenerator.Side>
net.minecraft.client.render.model.json.ItemModelGenerator.Side
All Implemented Interfaces:
Serializable, Comparable<ItemModelGenerator.Side>, Constable
Enclosing class:
ItemModelGenerator

@Environment(CLIENT) private static enum ItemModelGenerator.Side extends Enum<ItemModelGenerator.Side>
Mappings:
Namespace Name
official fex$b
intermediary net/minecraft/class_801$class_803
named net/minecraft/client/render/model/json/ItemModelGenerator$Side
  • Enum Constant Details

    • UP

      public static final ItemModelGenerator.Side UP
      Mappings:
      Namespace Name Mixin selector
      official a Lfex$b;a:Lfex$b;
      intermediary field_4281 Lnet/minecraft/class_801$class_803;field_4281:Lnet/minecraft/class_801$class_803;
      named UP Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;UP:Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;
    • DOWN

      public static final ItemModelGenerator.Side DOWN
      Mappings:
      Namespace Name Mixin selector
      official b Lfex$b;b:Lfex$b;
      intermediary field_4277 Lnet/minecraft/class_801$class_803;field_4277:Lnet/minecraft/class_801$class_803;
      named DOWN Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;DOWN:Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;
    • LEFT

      public static final ItemModelGenerator.Side LEFT
      Mappings:
      Namespace Name Mixin selector
      official c Lfex$b;c:Lfex$b;
      intermediary field_4278 Lnet/minecraft/class_801$class_803;field_4278:Lnet/minecraft/class_801$class_803;
      named LEFT Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;LEFT:Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;
  • Field Details

    • direction

      private final Direction direction
      Mappings:
      Namespace Name Mixin selector
      official e Lfex$b;e:Lgv;
      intermediary field_4276 Lnet/minecraft/class_801$class_803;field_4276:Lnet/minecraft/class_2350;
      named direction Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;direction:Lnet/minecraft/util/math/Direction;
    • offsetX

      private final int offsetX
      Mappings:
      Namespace Name Mixin selector
      official f Lfex$b;f:I
      intermediary field_4280 Lnet/minecraft/class_801$class_803;field_4280:I
      named offsetX Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;offsetX:I
    • offsetY

      private final int offsetY
      Mappings:
      Namespace Name Mixin selector
      official g Lfex$b;g:I
      intermediary field_4279 Lnet/minecraft/class_801$class_803;field_4279:I
      named offsetY Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;offsetY:I
  • Constructor Details

    • Side

      private Side(Direction direction, int offsetX, int offsetY)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfex$b;<init>(Ljava/lang/String;ILgv;II)V
      intermediary <init> Lnet/minecraft/class_801$class_803;<init>(Ljava/lang/String;ILnet/minecraft/class_2350;II)V
      named <init> Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;<init>(Ljava/lang/String;ILnet/minecraft/util/math/Direction;II)V
  • Method Details

    • values

      public static ItemModelGenerator.Side[] 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 ItemModelGenerator.Side 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
    • getDirection

      public Direction getDirection()
      Mappings:
      Namespace Name Mixin selector
      official a Lfex$b;a()Lgv;
      intermediary method_3488 Lnet/minecraft/class_801$class_803;method_3488()Lnet/minecraft/class_2350;
      named getDirection Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;getDirection()Lnet/minecraft/util/math/Direction;
    • getOffsetX

      public int getOffsetX()
      Mappings:
      Namespace Name Mixin selector
      official b Lfex$b;b()I
      intermediary method_3490 Lnet/minecraft/class_801$class_803;method_3490()I
      named getOffsetX Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;getOffsetX()I
    • getOffsetY

      public int getOffsetY()
      Mappings:
      Namespace Name Mixin selector
      official c Lfex$b;c()I
      intermediary method_3489 Lnet/minecraft/class_801$class_803;method_3489()I
      named getOffsetY Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;getOffsetY()I
    • isVertical

      boolean isVertical()
      Mappings:
      Namespace Name Mixin selector
      official d Lfex$b;d()Z
      intermediary method_3491 Lnet/minecraft/class_801$class_803;method_3491()Z
      named isVertical Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;isVertical()Z