Record Class RpcSchemaEntry
java.lang.Object
java.lang.Record
net.minecraft.server.dedicated.management.schema.RpcSchemaEntry
- Record Components:
name-reference-schema-
- Mappings:
Namespace Name named net/minecraft/server/dedicated/management/schema/RpcSchemaEntryintermediary net/minecraft/class_11822official atynamed nameintermediary comp_4912official anamed referenceintermediary comp_4698official bnamed schemaintermediary comp_4699official c
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarray()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.ref()Returns the value of thereferencerecord component.schema()Returns the value of theschemarecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
RpcSchemaEntry
-
-
Method Details
-
ref
- Mappings:
Namespace Name Mixin selector named refLnet/minecraft/server/dedicated/management/schema/RpcSchemaEntry;ref()Lnet/minecraft/server/dedicated/management/schema/RpcSchema;intermediary method_73727Lnet/minecraft/class_11822;method_73727()Lnet/minecraft/class_11821;official aLaty;a()Latx;
-
array
- Mappings:
Namespace Name Mixin selector named arrayLnet/minecraft/server/dedicated/management/schema/RpcSchemaEntry;array()Lnet/minecraft/server/dedicated/management/schema/RpcSchema;intermediary method_73728Lnet/minecraft/class_11822;method_73728()Lnet/minecraft/class_11821;official bLaty;b()Latx;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
reference
Returns the value of thereferencerecord component.- Returns:
- the value of the
referencerecord component
-
schema
Returns the value of theschemarecord component.- Returns:
- the value of the
schemarecord component
-