Record Class PlayerDto
java.lang.Object
java.lang.Record
net.minecraft.server.jsonrpc.api.PlayerDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.static PlayerDtofrom(com.mojang.authlib.GameProfile gameProfile) static PlayerDtofrom(ServerPlayer player) static PlayerDtofinal inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
id
-
name
-
CODEC
-
-
Constructor Details
-
PlayerDto
-
-
Method Details
-
from
-
from
-
from
-
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). -
id
-
name
-