Package net.minecraft

Record Class class_9323.class_9324.class_9325

java.lang.Object
java.lang.Record
net.minecraft.class_9323.class_9324.class_9325
Record Components:
map -
All Implemented Interfaces:
Iterable<class_9336<?>>, class_9323
Enclosing class:
class_9323.class_9324

private static record class_9323.class_9324.class_9325(Reference2ObjectMap<class_9331<?>,Object> map) extends Record implements class_9323
Mappings:
Namespace Name
official jl$a$a
intermediary net/minecraft/class_9323$class_9324$class_9325
named net/minecraft/class_9323$class_9324$class_9325
official b
intermediary comp_2440
named map
  • Field Details

  • Constructor Details

  • Method Details

    • method_57829

      @Nullable public <T> T method_57829(class_9331<? extends T> class_9331)
      Specified by:
      method_57829 in interface class_9323
      Mappings:
      Namespace Name Mixin selector
      official a Ljl;a(Ljo;)Ljava/lang/Object;
      intermediary method_57829 Lnet/minecraft/class_9323;method_57829(Lnet/minecraft/class_9331;)Ljava/lang/Object;
      named method_57829 Lnet/minecraft/class_9323;method_57829(Lnet/minecraft/class_9331;)Ljava/lang/Object;
    • method_57832

      public boolean method_57832(class_9331<?> class_9331)
      Specified by:
      method_57832 in interface class_9323
      Mappings:
      Namespace Name Mixin selector
      official b Ljl;b(Ljo;)Z
      intermediary method_57832 Lnet/minecraft/class_9323;method_57832(Lnet/minecraft/class_9331;)Z
      named method_57832 Lnet/minecraft/class_9323;method_57832(Lnet/minecraft/class_9331;)Z
    • method_57831

      public Set<class_9331<?>> method_57831()
      Specified by:
      method_57831 in interface class_9323
      Mappings:
      Namespace Name Mixin selector
      official b Ljl;b()Ljava/util/Set;
      intermediary method_57831 Lnet/minecraft/class_9323;method_57831()Ljava/util/Set;
      named method_57831 Lnet/minecraft/class_9323;method_57831()Ljava/util/Set;
    • iterator

      public Iterator<class_9336<?>> iterator()
      Specified by:
      iterator in interface class_9323
      Specified by:
      iterator in interface Iterable<class_9336<?>>
    • method_57835

      public int method_57835()
      Specified by:
      method_57835 in interface class_9323
      Mappings:
      Namespace Name Mixin selector
      official d Ljl;d()I
      intermediary method_57835 Lnet/minecraft/class_9323;method_57835()I
      named method_57835 Lnet/minecraft/class_9323;method_57835()I
    • toString

      public 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.
    • map

      Returns the value of the map record component.
      Returns:
      the value of the map record component