Record Class DecoratedPotPattern
java.lang.Object
java.lang.Record
net.minecraft.world.level.block.entity.DecoratedPotPattern
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IdentifierThe field for theassetIdrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionDecoratedPotPattern(Identifier assetId) Creates an instance of aDecoratedPotPatternrecord class. -
Method Summary
Modifier and TypeMethodDescriptionassetId()Returns the value of theassetIdrecord component.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.
-
Field Details
-
assetId
The field for theassetIdrecord component.
-
-
Constructor Details
-
DecoratedPotPattern
Creates an instance of aDecoratedPotPatternrecord class.- Parameters:
assetId- the value for theassetIdrecord component
-
-
Method Details
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
assetId
Returns the value of theassetIdrecord component.- Returns:
- the value of the
assetIdrecord component
-