Package net.minecraft

Record Class class_8375

java.lang.Object
java.lang.Record
net.minecraft.class_8375
Record Components:
voters -

public record class_8375(Map<UUID,class_8388> voters) extends Record
Mappings:
Namespace Name
official bgo
intermediary net/minecraft/class_8375
named net/minecraft/class_8375
official e
intermediary comp_1385
named voters
  • Field Details

    • voters

      private final Map<UUID,class_8388> voters
      The field for the voters record component.
    • field_43991

      public static final class_8375 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

      public static final com.mojang.serialization.Codec<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

      public static final PacketByteBuf.PacketReader<class_8375> 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

      public static final PacketByteBuf.PacketWriter<class_8375> 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

  • 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

      public static class_8375 method_50509(UUID uUID, class_8388 class_8388)
      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

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • voters

      public Map<UUID,class_8388> voters()
      Returns the value of the voters record component.
      Returns:
      the value of the voters record component