Package net.minecraft

Record Class class_8582.class_8583

java.lang.Object
java.lang.Record
net.minecraft.class_8582.class_8583
Record Components:
type -
pattern -
Enclosing class:
class_8582

public static record class_8582.class_8583(class_8582.class_8584 type, String pattern) extends Record
Mappings:
Namespace Name
official eea$a
intermediary net/minecraft/class_8582$class_8583
named net/minecraft/class_8582$class_8583
official a
intermediary comp_1549
named type
official b
intermediary comp_1550
named pattern
  • Field Details

  • Constructor Details

  • Method Details

    • method_52256

      public PathMatcher method_52256(FileSystem fileSystem)
      Mappings:
      Namespace Name Mixin selector
      official a Leea$a;a(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;
      intermediary method_52256 Lnet/minecraft/class_8582$class_8583;method_52256(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;
      named method_52256 Lnet/minecraft/class_8582$class_8583;method_52256(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;
    • method_52255

      static Optional<class_8582.class_8583> method_52255(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Leea$a;a(Ljava/lang/String;)Ljava/util/Optional;
      intermediary method_52255 Lnet/minecraft/class_8582$class_8583;method_52255(Ljava/lang/String;)Ljava/util/Optional;
      named method_52255 Lnet/minecraft/class_8582$class_8583;method_52255(Ljava/lang/String;)Ljava/util/Optional;
    • method_52257

      static class_8582.class_8583 method_52257(String string)
      Mappings:
      Namespace Name Mixin selector
      official b Leea$a;b(Ljava/lang/String;)Leea$a;
      intermediary method_52257 Lnet/minecraft/class_8582$class_8583;method_52257(Ljava/lang/String;)Lnet/minecraft/class_8582$class_8583;
      named method_52257 Lnet/minecraft/class_8582$class_8583;method_52257(Ljava/lang/String;)Lnet/minecraft/class_8582$class_8583;
    • method_52258

      static class_8582.class_8583 method_52258(String string)
      Mappings:
      Namespace Name Mixin selector
      official c Leea$a;c(Ljava/lang/String;)Leea$a;
      intermediary method_52258 Lnet/minecraft/class_8582$class_8583;method_52258(Ljava/lang/String;)Lnet/minecraft/class_8582$class_8583;
      named method_52258 Lnet/minecraft/class_8582$class_8583;method_52258(Ljava/lang/String;)Lnet/minecraft/class_8582$class_8583;
    • method_52259

      static class_8582.class_8583 method_52259(String string)
      Mappings:
      Namespace Name Mixin selector
      official d Leea$a;d(Ljava/lang/String;)Leea$a;
      intermediary method_52259 Lnet/minecraft/class_8582$class_8583;method_52259(Ljava/lang/String;)Lnet/minecraft/class_8582$class_8583;
      named method_52259 Lnet/minecraft/class_8582$class_8583;method_52259(Ljava/lang/String;)Lnet/minecraft/class_8582$class_8583;
    • 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.
    • type

      public class_8582.class_8584 type()
      Returns the value of the type record component.
      Returns:
      the value of the type record component
    • pattern

      public String pattern()
      Returns the value of the pattern record component.
      Returns:
      the value of the pattern record component