Package net.minecraft

Record Class class_11109

java.lang.Object
java.lang.Record
net.minecraft.class_11109

public record class_11109(String c, Text d, Text e, Text f, @Nullable Identifier g, List<class_11111> h, class_11108 i, List<class_11057> j, List<class_11109> k, int l, Set<class_11112> m, Set<class_11109> n, float o, int p, class_11104 q, boolean r, Consumer<ServerWorld> s, Consumer<ServerWorld> t, Consumer<ServerWorld> u) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11109
intermediary net/minecraft/class_11109
official fca
  • Field Details

    • c

      private final String c
      The field for the c record component.
    • d

      private final Text d
      The field for the d record component.
    • e

      private final Text e
      The field for the e record component.
    • f

      private final Text f
      The field for the f record component.
    • g

      @Nullable private final @Nullable Identifier g
      The field for the g record component.
    • h

      private final List<class_11111> h
      The field for the h record component.
    • i

      private final class_11108 i
      The field for the i record component.
    • j

      private final List<class_11057> j
      The field for the j record component.
    • k

      private final List<class_11109> k
      The field for the k record component.
    • l

      private final int l
      The field for the l record component.
    • m

      private final Set<class_11112> m
      The field for the m record component.
    • n

      private final Set<class_11109> n
      The field for the n record component.
    • o

      private final float o
      The field for the o record component.
    • p

      private final int p
      The field for the p record component.
    • q

      private final class_11104 q
      The field for the q record component.
    • r

      private final boolean r
      The field for the r record component.
    • s

      private final Consumer<ServerWorld> s
      The field for the s record component.
    • t

      private final Consumer<ServerWorld> t
      The field for the t record component.
    • u

      private final Consumer<ServerWorld> u
      The field for the u record component.
    • field_59137

      public static final com.mojang.serialization.Codec<class_11109> field_59137
      Mappings:
      Namespace Name Mixin selector
      named field_59137 Lnet/minecraft/class_11109;field_59137:Lcom/mojang/serialization/Codec;
      intermediary field_59137 Lnet/minecraft/class_11109;field_59137:Lcom/mojang/serialization/Codec;
      official a Lfca;a:Lcom/mojang/serialization/Codec;
    • field_59138

      public static final PacketCodec<RegistryByteBuf,class_11109> field_59138
      Mappings:
      Namespace Name Mixin selector
      named field_59138 Lnet/minecraft/class_11109;field_59138:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_59138 Lnet/minecraft/class_11109;field_59138:Lnet/minecraft/class_9139;
      official b Lfca;b:Lzg;
  • Constructor Details

  • Method Details

    • method_69925

      public boolean method_69925(Collection<class_11109> collection)
      Mappings:
      Namespace Name Mixin selector
      named method_69925 Lnet/minecraft/class_11109;method_69925(Ljava/util/Collection;)Z
      intermediary method_69925 Lnet/minecraft/class_11109;method_69925(Ljava/util/Collection;)Z
      official a Lfca;a(Ljava/util/Collection;)Z
    • method_69921

      public static boolean method_69921(class_11109 class_11109, class_11109 class_111092)
      Mappings:
      Namespace Name Mixin selector
      named method_69921 Lnet/minecraft/class_11109;method_69921(Lnet/minecraft/class_11109;Lnet/minecraft/class_11109;)Z
      intermediary method_69921 Lnet/minecraft/class_11109;method_69921(Lnet/minecraft/class_11109;Lnet/minecraft/class_11109;)Z
      official a Lfca;a(Lfca;Lfca;)Z
    • method_69919

      public boolean method_69919(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      named method_69919 Lnet/minecraft/class_11109;method_69919(Lnet/minecraft/server/world/ServerWorld;)Z
      intermediary method_69919 Lnet/minecraft/class_11109;method_69919(Lnet/minecraft/class_3218;)Z
      official a Lfca;a(Last;)Z
    • method_69926

      public boolean method_69926(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      named method_69926 Lnet/minecraft/class_11109;method_69926(Lnet/minecraft/server/world/ServerWorld;)Z
      intermediary method_69926 Lnet/minecraft/class_11109;method_69926(Lnet/minecraft/class_3218;)Z
      official b Lfca;b(Last;)Z
    • method_69927

      public boolean method_69927(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      named method_69927 Lnet/minecraft/class_11109;method_69927(Lnet/minecraft/server/world/ServerWorld;)Z
      intermediary method_69927 Lnet/minecraft/class_11109;method_69927(Lnet/minecraft/class_3218;)Z
      official c Lfca;c(Last;)Z
    • method_69924

      public static class_11109.class_11110 method_69924(String string)
      Mappings:
      Namespace Name Mixin selector
      named method_69924 Lnet/minecraft/class_11109;method_69924(Ljava/lang/String;)Lnet/minecraft/class_11109$class_11110;
      intermediary method_69924 Lnet/minecraft/class_11109;method_69924(Ljava/lang/String;)Lnet/minecraft/class_11109$class_11110;
      official a Lfca;a(Ljava/lang/String;)Lfca$a;
    • method_69922

      public <T extends class_11111> Stream<T> method_69922(Class<T> class2)
      Mappings:
      Namespace Name Mixin selector
      named method_69922 Lnet/minecraft/class_11109;method_69922(Ljava/lang/Class;)Ljava/util/stream/Stream;
      intermediary method_69922 Lnet/minecraft/class_11109;method_69922(Ljava/lang/Class;)Ljava/util/stream/Stream;
      official a Lfca;a(Ljava/lang/Class;)Ljava/util/stream/Stream;
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • c

      public String c()
      Returns the value of the c record component.
      Returns:
      the value of the c record component
    • d

      public Text d()
      Returns the value of the d record component.
      Returns:
      the value of the d record component
    • e

      public Text e()
      Returns the value of the e record component.
      Returns:
      the value of the e record component
    • f

      public Text f()
      Returns the value of the f record component.
      Returns:
      the value of the f record component
    • g

      Returns the value of the g record component.
      Returns:
      the value of the g record component
    • h

      public List<class_11111> h()
      Returns the value of the h record component.
      Returns:
      the value of the h record component
    • i

      public class_11108 i()
      Returns the value of the i record component.
      Returns:
      the value of the i record component
    • j

      public List<class_11057> j()
      Returns the value of the j record component.
      Returns:
      the value of the j record component
    • k

      public List<class_11109> k()
      Returns the value of the k record component.
      Returns:
      the value of the k record component
    • l

      public int l()
      Returns the value of the l record component.
      Returns:
      the value of the l record component
    • m

      public Set<class_11112> m()
      Returns the value of the m record component.
      Returns:
      the value of the m record component
    • n

      public Set<class_11109> n()
      Returns the value of the n record component.
      Returns:
      the value of the n record component
    • o

      public float o()
      Returns the value of the o record component.
      Returns:
      the value of the o record component
    • p

      public int p()
      Returns the value of the p record component.
      Returns:
      the value of the p record component
    • q

      public class_11104 q()
      Returns the value of the q record component.
      Returns:
      the value of the q record component
    • r

      public boolean r()
      Returns the value of the r record component.
      Returns:
      the value of the r record component
    • s

      public Consumer<ServerWorld> s()
      Returns the value of the s record component.
      Returns:
      the value of the s record component
    • t

      public Consumer<ServerWorld> t()
      Returns the value of the t record component.
      Returns:
      the value of the t record component
    • u

      public Consumer<ServerWorld> u()
      Returns the value of the u record component.
      Returns:
      the value of the u record component