Record Class ShieldModelRenderer.Unbaked

java.lang.Object
java.lang.Record
net.minecraft.client.render.item.model.special.ShieldModelRenderer.Unbaked
All Implemented Interfaces:
SpecialModelRenderer.Unbaked
Enclosing class:
ShieldModelRenderer

@Environment(CLIENT) public static record ShieldModelRenderer.Unbaked() extends Record implements SpecialModelRenderer.Unbaked
Mappings:
Namespace Name
named net/minecraft/client/render/item/model/special/ShieldModelRenderer$Unbaked
intermediary net/minecraft/class_10509$class_10510
official hdu$a
  • Field Details Link icon

    • INSTANCE Link icon

      public static final ShieldModelRenderer.Unbaked INSTANCE
      Mappings:
      Namespace Name Mixin selector
      named INSTANCE Lnet/minecraft/client/render/item/model/special/ShieldModelRenderer$Unbaked;INSTANCE:Lnet/minecraft/client/render/item/model/special/ShieldModelRenderer$Unbaked;
      intermediary field_55442 Lnet/minecraft/class_10509$class_10510;field_55442:Lnet/minecraft/class_10509$class_10510;
      official a Lhdu$a;a:Lhdu$a;
    • CODEC Link icon

      public static final com.mojang.serialization.MapCodec<ShieldModelRenderer.Unbaked> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/client/render/item/model/special/ShieldModelRenderer$Unbaked;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_55443 Lnet/minecraft/class_10509$class_10510;field_55443:Lcom/mojang/serialization/MapCodec;
      official b Lhdu$a;b:Lcom/mojang/serialization/MapCodec;
  • Constructor Details Link icon

    • Unbaked Link icon

      public Unbaked()
      Creates an instance of a Unbaked record class.
  • Method Details Link icon

    • getCodec Link icon

      public com.mojang.serialization.MapCodec<ShieldModelRenderer.Unbaked> getCodec()
      Specified by:
      getCodec in interface SpecialModelRenderer.Unbaked
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer$Unbaked;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_65696 Lnet/minecraft/class_10515$class_10516;method_65696()Lcom/mojang/serialization/MapCodec;
      official a Lhdx$a;a()Lcom/mojang/serialization/MapCodec;
    • bake Link icon

      public SpecialModelRenderer<?> bake(LoadedEntityModels entityModels)
      Specified by:
      bake in interface SpecialModelRenderer.Unbaked
      Mappings:
      Namespace Name Mixin selector
      named bake Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer$Unbaked;bake(Lnet/minecraft/client/render/entity/model/LoadedEntityModels;)Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer;
      intermediary method_65698 Lnet/minecraft/class_10515$class_10516;method_65698(Lnet/minecraft/class_5599;)Lnet/minecraft/class_10515;
      official a Lhdx$a;a(Lgfa;)Lhdx;
    • toString Link icon

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode Link icon

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals Link icon

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.