Package net.minecraft
Record Class class_8375
java.lang.Object
java.lang.Record
net.minecraft.class_8375
- Record Components:
voters
-
- Mappings:
Namespace Name official bgo
intermediary net/minecraft/class_8375
named net/minecraft/class_8375
official e
intermediary comp_1385
named voters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_8375
static 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 thevoters
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
static class_8375
method_50509
(UUID uUID, class_8388 class_8388) int
final String
toString()
Returns a string representation of this record class.voters()
Returns the value of thevoters
record component.
-
Field Details
-
voters
The field for thevoters
record component. -
field_43991
- Mappings:
Namespace Name Mixin selector official a
Lbgo;a:Lbgo;
intermediary field_43991
Lnet/minecraft/class_8375;field_43991:Lnet/minecraft/class_8375;
named field_43991
Lnet/minecraft/class_8375;field_43991:Lnet/minecraft/class_8375;
-
field_43992
- Mappings:
Namespace Name Mixin selector official b
Lbgo;b:Lcom/mojang/serialization/Codec;
intermediary field_43992
Lnet/minecraft/class_8375;field_43992:Lcom/mojang/serialization/Codec;
named field_43992
Lnet/minecraft/class_8375;field_43992:Lcom/mojang/serialization/Codec;
-
field_43993
- Mappings:
Namespace Name Mixin selector official c
Lbgo;c:Lsf$a;
intermediary field_43993
Lnet/minecraft/class_8375;field_43993:Lnet/minecraft/class_2540$class_7461;
named field_43993
Lnet/minecraft/class_8375;field_43993:Lnet/minecraft/network/PacketByteBuf$PacketReader;
-
field_43994
- Mappings:
Namespace Name Mixin selector official d
Lbgo;d:Lsf$b;
intermediary field_43994
Lnet/minecraft/class_8375;field_43994:Lnet/minecraft/class_2540$class_7462;
named field_43994
Lnet/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 a
Lbgo;a()I
intermediary method_50507
Lnet/minecraft/class_8375;method_50507()I
named method_50507
Lnet/minecraft/class_8375;method_50507()I
-
method_50512
public int method_50512()- Mappings:
Namespace Name Mixin selector official b
Lbgo;b()I
intermediary method_50512
Lnet/minecraft/class_8375;method_50512()I
named method_50512
Lnet/minecraft/class_8375;method_50512()I
-
method_50509
- Mappings:
Namespace Name Mixin selector official a
Lbgo;a(Ljava/util/UUID;Lbgu;)Lbgo;
intermediary method_50509
Lnet/minecraft/class_8375;method_50509(Ljava/util/UUID;Lnet/minecraft/class_8388;)Lnet/minecraft/class_8375;
named method_50509
Lnet/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 thevoters
record component.- Returns:
- the value of the
voters
record component
-