Package net.minecraft

Record Class class_6625

java.lang.Object
java.lang.Record
net.minecraft.class_6625
Record Components:
comp_133 -
comp_134 -
comp_135 -

public record class_6625(ResourceManager comp_133, DynamicRegistryManager comp_134, StructureManager comp_135) extends Record
Mappings:
Namespace Name
official deb
intermediary net/minecraft/class_6625
named net/minecraft/class_6625
official a
intermediary comp_133
named comp_133
official b
intermediary comp_134
named comp_134
official c
intermediary comp_135
named comp_135
  • Field Details

  • Constructor Details

  • Method Details

    • method_38713

      public static class_6625 method_38713(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      official a Ldeb;a(Laca;)Ldeb;
      intermediary method_38713 Lnet/minecraft/class_6625;method_38713(Lnet/minecraft/class_3218;)Lnet/minecraft/class_6625;
      named method_38713 Lnet/minecraft/class_6625;method_38713(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/class_6625;
    • 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.
    • comp_133

      public ResourceManager comp_133()
      Returns the value of the comp_133 record component.
      Returns:
      the value of the comp_133 record component
    • comp_134

      public DynamicRegistryManager comp_134()
      Returns the value of the comp_134 record component.
      Returns:
      the value of the comp_134 record component
    • comp_135

      public StructureManager comp_135()
      Returns the value of the comp_135 record component.
      Returns:
      the value of the comp_135 record component