Record Class WolfVariant.Assets
java.lang.Object
java.lang.Record
net.minestom.server.entity.metadata.animal.tameable.WolfVariant.Assets
- Enclosing interface:
WolfVariant
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionangry()Returns the value of theangryrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.tame()Returns the value of thetamerecord component.final StringtoString()Returns a string representation of this record class.wild()Returns the value of thewildrecord component.
-
Field Details
-
CODEC
-
-
Constructor Details
-
Assets
-
-
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). -
wild
Returns the value of thewildrecord component.- Returns:
- the value of the
wildrecord component
-
tame
Returns the value of thetamerecord component.- Returns:
- the value of the
tamerecord component
-
angry
Returns the value of theangryrecord component.- Returns:
- the value of the
angryrecord component
-