Package net.minecraft
Record Class class_11533.class_11535
java.lang.Object
java.lang.Record
net.minecraft.class_11533.class_11535
- All Implemented Interfaces:
SpecialModelRenderer.Unbaked
- Enclosing class:
class_11533
@Environment(CLIENT)
public static record class_11533.class_11535()
extends Record
implements SpecialModelRenderer.Unbaked
- Mappings:
Namespace Name named net/minecraft/class_11533$class_11535intermediary net/minecraft/class_11533$class_11535official hqo$b
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_11533.class_11535> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbake(LoadedEntityModels entityModels) final booleanIndicates whether some other object is "equal to" this one.com.mojang.serialization.MapCodec<class_11533.class_11535> getCodec()final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
field_61036
- Mappings:
Namespace Name Mixin selector named field_61036Lnet/minecraft/class_11533$class_11535;field_61036:Lcom/mojang/serialization/MapCodec;intermediary field_61036Lnet/minecraft/class_11533$class_11535;field_61036:Lcom/mojang/serialization/MapCodec;official aLhqo$b;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_11535
public class_11535()Creates an instance of aclass_11535record class.
-
-
Method Details
-
getCodec
- Specified by:
getCodecin interfaceSpecialModelRenderer.Unbaked- Mappings:
Namespace Name Mixin selector named getCodecLnet/minecraft/client/render/item/model/special/SpecialModelRenderer$Unbaked;getCodec()Lcom/mojang/serialization/MapCodec;intermediary method_65696Lnet/minecraft/class_10515$class_10516;method_65696()Lcom/mojang/serialization/MapCodec;official aLhqs$a;a()Lcom/mojang/serialization/MapCodec;
-
bake
- Specified by:
bakein interfaceSpecialModelRenderer.Unbaked- Mappings:
Namespace Name Mixin selector named bakeLnet/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_65698Lnet/minecraft/class_10515$class_10516;method_65698(Lnet/minecraft/class_5599;)Lnet/minecraft/class_10515;official aLhqs$a;a(Lgqh;)Lhqs;
-
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. -
hashCode
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. -
equals
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.
-