Package net.minecraft.client.realms.dto
Record Class RealmsRegionDataList
java.lang.Object
java.lang.Record
net.minecraft.client.realms.dto.RealmsRegionDataList
- Record Components:
regionData-
- All Implemented Interfaces:
RealmsSerializable
@Environment(CLIENT)
public record RealmsRegionDataList(List<RegionData> regionData)
extends Record
implements RealmsSerializable
- Mappings:
Namespace Name named net/minecraft/client/realms/dto/RealmsRegionDataListintermediary net/minecraft/class_11301official fvmnamed regionDataintermediary comp_4175official a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<RegionData> The field for theregionDatarecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RealmsRegionDataListempty()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theregionDatarecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
regionData
The field for theregionDatarecord component.
-
-
Constructor Details
-
RealmsRegionDataList
-
-
Method Details
-
empty
- Mappings:
Namespace Name Mixin selector named emptyLnet/minecraft/client/realms/dto/RealmsRegionDataList;empty()Lnet/minecraft/client/realms/dto/RealmsRegionDataList;intermediary method_71171Lnet/minecraft/class_11301;method_71171()Lnet/minecraft/class_11301;official aLfvm;a()Lfvm;
-
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). -
regionData
Returns the value of theregionDatarecord component.- Returns:
- the value of the
regionDatarecord component
-