Record Class StackSensitiveDecoratedPotSpecialRenderer.Unbaked
java.lang.Object
java.lang.Record
dev.thomasglasser.sherdsapi.impl.client.renderer.special.StackSensitiveDecoratedPotSpecialRenderer.Unbaked
- All Implemented Interfaces:
net.minecraft.client.renderer.special.SpecialModelRenderer.Unbaked<StackPotDecorations>
- Enclosing class:
StackSensitiveDecoratedPotSpecialRenderer
public static record StackSensitiveDecoratedPotSpecialRenderer.Unbaked()
extends Record
implements net.minecraft.client.renderer.special.SpecialModelRenderer.Unbaked<StackPotDecorations>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<StackSensitiveDecoratedPotSpecialRenderer.Unbaked> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbake(net.minecraft.client.renderer.special.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<StackSensitiveDecoratedPotSpecialRenderer.Unbaked> type()
-
Field Details
-
MAP_CODEC
public static final com.mojang.serialization.MapCodec<StackSensitiveDecoratedPotSpecialRenderer.Unbaked> MAP_CODEC
-
-
Constructor Details
-
Unbaked
public Unbaked()Creates an instance of aUnbakedrecord class.
-
-
Method Details
-
type
- Specified by:
typein interfacenet.minecraft.client.renderer.special.SpecialModelRenderer.Unbaked<StackPotDecorations>
-
bake
public StackSensitiveDecoratedPotSpecialRenderer bake(net.minecraft.client.renderer.special.SpecialModelRenderer.BakingContext context) - Specified by:
bakein interfacenet.minecraft.client.renderer.special.SpecialModelRenderer.Unbaked<StackPotDecorations>
-
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.
-