Record Class ShieldSpecialRenderer.Unbaked
java.lang.Object
java.lang.Record
net.minecraft.client.renderer.special.ShieldSpecialRenderer.Unbaked
- All Implemented Interfaces:
SpecialModelRenderer.Unbaked
- Enclosing class:
ShieldSpecialRenderer
public static record ShieldSpecialRenderer.Unbaked()
extends Record
implements SpecialModelRenderer.Unbaked
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShieldSpecialRenderer.Unbakedstatic final com.mojang.serialization.MapCodec<ShieldSpecialRenderer.Unbaked> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbake(SpecialModelRenderer.BakingContext context) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.com.mojang.serialization.MapCodec<ShieldSpecialRenderer.Unbaked> type()
-
Field Details
-
INSTANCE
-
MAP_CODEC
-
-
Constructor Details
-
Unbaked
public Unbaked()Creates an instance of aUnbakedrecord class.
-
-
Method Details
-
type
- Specified by:
typein interfaceSpecialModelRenderer.Unbaked
-
bake
- Specified by:
bakein interfaceSpecialModelRenderer.Unbaked
-
toString
-
hashCode
-
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.
-