Class ModelVariantMap.Entry

java.lang.Object
net.minecraft.client.render.model.json.ModelVariantMap.Entry
Enclosing class:
ModelVariantMap

@Environment(CLIENT) public static class ModelVariantMap.Entry extends Object
Mappings:
Namespace Name
official bgm$c
intermediary net/minecraft/class_2449$class_2452
named net/minecraft/client/render/model/json/ModelVariantMap$Entry
  • Field Details

    • id

      private final Identifier id
      Mappings:
      Namespace Name Mixin selector
      official a Lbgm$c;a:Ljy;
      intermediary field_10942 Lnet/minecraft/class_2449$class_2452;field_10942:Lnet/minecraft/class_1653;
      named id Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;id:Lnet/minecraft/util/Identifier;
    • rotation

      private final ModelRotation rotation
      Mappings:
      Namespace Name Mixin selector
      official b Lbgm$c;b:Lbor;
      intermediary field_10943 Lnet/minecraft/class_2449$class_2452;field_10943:Lnet/minecraft/class_2529;
      named rotation Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;rotation:Lnet/minecraft/client/render/model/ModelRotation;
    • uvLock

      private final boolean uvLock
      Mappings:
      Namespace Name Mixin selector
      official c Lbgm$c;c:Z
      intermediary field_10944 Lnet/minecraft/class_2449$class_2452;field_10944:Z
      named uvLock Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;uvLock:Z
    • weight

      private final int weight
      Mappings:
      Namespace Name Mixin selector
      official d Lbgm$c;d:I
      intermediary field_10945 Lnet/minecraft/class_2449$class_2452;field_10945:I
      named weight Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;weight:I
  • Constructor Details

    • Entry

      public Entry(Identifier id, ModelRotation rotation, boolean uvLock, int weight)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbgm$c;<init>(Ljy;Lbor;ZI)V
      intermediary <init> Lnet/minecraft/class_2449$class_2452;<init>(Lnet/minecraft/class_1653;Lnet/minecraft/class_2529;ZI)V
      named <init> Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/render/model/ModelRotation;ZI)V
  • Method Details

    • getId

      public Identifier getId()
      Mappings:
      Namespace Name Mixin selector
      official a Lbgm$c;a()Ljy;
      intermediary method_10034 Lnet/minecraft/class_2449$class_2452;method_10034()Lnet/minecraft/class_1653;
      named getId Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;getId()Lnet/minecraft/util/Identifier;
    • getRotation

      public ModelRotation getRotation()
      Mappings:
      Namespace Name Mixin selector
      official b Lbgm$c;b()Lbor;
      intermediary method_10035 Lnet/minecraft/class_2449$class_2452;method_10035()Lnet/minecraft/class_2529;
      named getRotation Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;getRotation()Lnet/minecraft/client/render/model/ModelRotation;
    • hasUvLock

      public boolean hasUvLock()
      Mappings:
      Namespace Name Mixin selector
      official c Lbgm$c;c()Z
      intermediary method_10036 Lnet/minecraft/class_2449$class_2452;method_10036()Z
      named hasUvLock Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;hasUvLock()Z
    • getWeight

      public int getWeight()
      Mappings:
      Namespace Name Mixin selector
      official d Lbgm$c;d()I
      intermediary method_10037 Lnet/minecraft/class_2449$class_2452;method_10037()I
      named getWeight Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;getWeight()I
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lbgm$c;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2449$class_2452;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lbgm$c;hashCode()I
      intermediary hashCode Lnet/minecraft/class_2449$class_2452;hashCode()I
      named hashCode Lnet/minecraft/client/render/model/json/ModelVariantMap$Entry;hashCode()I