Record Class LootTableReporter.ParametersNotProvidedError

java.lang.Object
java.lang.Record
net.minecraft.loot.LootTableReporter.ParametersNotProvidedError
Record Components:
notProvided -
All Implemented Interfaces:
ErrorReporter.Error
Enclosing class:
LootTableReporter

public static record LootTableReporter.ParametersNotProvidedError(Set<ContextParameter<?>> notProvided) extends Record implements ErrorReporter.Error
Mappings:
Namespace Name
named net/minecraft/loot/LootTableReporter$ParametersNotProvidedError
intermediary net/minecraft/class_58$class_11376
official fdp$b
named notProvided
intermediary comp_4269
official a
  • Field Details

  • Constructor Details

  • Method Details

    • getMessage

      public String getMessage()
      Specified by:
      getMessage in interface ErrorReporter.Error
      Mappings:
      Namespace Name Mixin selector
      named getMessage Lnet/minecraft/util/ErrorReporter$Error;getMessage()Ljava/lang/String;
      intermediary method_71358 Lnet/minecraft/class_8942$class_11337;method_71358()Ljava/lang/String;
      official a Lbci$g;a()Ljava/lang/String;
    • 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.
    • notProvided

      public Set<ContextParameter<?>> notProvided()
      Returns the value of the notProvided record component.
      Returns:
      the value of the notProvided record component