Package net.minecraft
Record Class class_8375
java.lang.Object
java.lang.Record
net.minecraft.class_8375
- Record Components:
voters-
- Mappings:
Namespace Name official bgointermediary net/minecraft/class_8375named net/minecraft/class_8375official eintermediary comp_1385named voters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_8375static final com.mojang.serialization.Codec<class_8375>static final PacketByteBuf.PacketReader<class_8375>static final PacketByteBuf.PacketWriter<class_8375>private final Map<UUID,class_8388> The field for thevotersrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intstatic class_8375method_50509(UUID uUID, class_8388 class_8388) intfinal StringtoString()Returns a string representation of this record class.voters()Returns the value of thevotersrecord component.
-
Field Details
-
voters
The field for thevotersrecord component. -
field_43991
- Mappings:
Namespace Name Mixin selector official aLbgo;a:Lbgo;intermediary field_43991Lnet/minecraft/class_8375;field_43991:Lnet/minecraft/class_8375;named field_43991Lnet/minecraft/class_8375;field_43991:Lnet/minecraft/class_8375;
-
field_43992
- Mappings:
Namespace Name Mixin selector official bLbgo;b:Lcom/mojang/serialization/Codec;intermediary field_43992Lnet/minecraft/class_8375;field_43992:Lcom/mojang/serialization/Codec;named field_43992Lnet/minecraft/class_8375;field_43992:Lcom/mojang/serialization/Codec;
-
field_43993
- Mappings:
Namespace Name Mixin selector official cLbgo;c:Lsf$a;intermediary field_43993Lnet/minecraft/class_8375;field_43993:Lnet/minecraft/class_2540$class_7461;named field_43993Lnet/minecraft/class_8375;field_43993:Lnet/minecraft/network/PacketByteBuf$PacketReader;
-
field_43994
- Mappings:
Namespace Name Mixin selector official dLbgo;d:Lsf$b;intermediary field_43994Lnet/minecraft/class_8375;field_43994:Lnet/minecraft/class_2540$class_7462;named field_43994Lnet/minecraft/class_8375;field_43994:Lnet/minecraft/network/PacketByteBuf$PacketWriter;
-
-
Constructor Details
-
class_8375
-
-
Method Details
-
method_50507
public int method_50507()- Mappings:
Namespace Name Mixin selector official aLbgo;a()Iintermediary method_50507Lnet/minecraft/class_8375;method_50507()Inamed method_50507Lnet/minecraft/class_8375;method_50507()I
-
method_50512
public int method_50512()- Mappings:
Namespace Name Mixin selector official bLbgo;b()Iintermediary method_50512Lnet/minecraft/class_8375;method_50512()Inamed method_50512Lnet/minecraft/class_8375;method_50512()I
-
method_50509
- Mappings:
Namespace Name Mixin selector official aLbgo;a(Ljava/util/UUID;Lbgu;)Lbgo;intermediary method_50509Lnet/minecraft/class_8375;method_50509(Ljava/util/UUID;Lnet/minecraft/class_8388;)Lnet/minecraft/class_8375;named method_50509Lnet/minecraft/class_8375;method_50509(Ljava/util/UUID;Lnet/minecraft/class_8388;)Lnet/minecraft/class_8375;
-
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). -
voters
Returns the value of thevotersrecord component.- Returns:
- the value of the
votersrecord component
-