Record Class ZombiesInstanceID
java.lang.Object
java.lang.Record
xyz.stachel.zombiesutils.api.game.ZombiesInstanceID
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aZombiesInstanceIDrecord class. -
Method Summary
-
Constructor Details
-
ZombiesInstanceID
Creates an instance of aZombiesInstanceIDrecord class.- Parameters:
id- the value for theidrecord component
-
-
Method Details
-
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). -
hashCode
-
toString
-
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-