Record Class ConduitModelRenderer.Unbaked
java.lang.Object
java.lang.Record
net.minecraft.client.render.item.model.special.ConduitModelRenderer.Unbaked
- All Implemented Interfaces:
SpecialModelRenderer.Unbaked
- Enclosing class:
ConduitModelRenderer
@Environment(CLIENT)
public static record ConduitModelRenderer.Unbaked()
extends Record
implements SpecialModelRenderer.Unbaked
- Mappings:
Namespace Name named net/minecraft/client/render/item/model/special/ConduitModelRenderer$Unbaked
intermediary net/minecraft/class_10504$class_10505
official hdq$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ConduitModelRenderer.Unbaked> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbake
(LoadedEntityModels entityModels) final boolean
Indicates whether some other object is "equal to" this one.com.mojang.serialization.MapCodec
<ConduitModelRenderer.Unbaked> getCodec()
final int
hashCode()
Returns a hash code value for this object.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/client/render/item/model/special/ConduitModelRenderer$Unbaked;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_55438
Lnet/minecraft/class_10504$class_10505;field_55438:Lcom/mojang/serialization/MapCodec;
official a
Lhdq$a;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
Method Details
-
getCodec
- Specified by:
getCodec
in interfaceSpecialModelRenderer.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
- Specified by:
bake
in interfaceSpecialModelRenderer.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
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.
-