Package net.minecraft.data.loottable
Record Class LootTableProvider.MissingTableError
java.lang.Object
java.lang.Record
net.minecraft.data.loottable.LootTableProvider.MissingTableError
- Record Components:
id-
- All Implemented Interfaces:
ErrorReporter.Error
- Enclosing class:
LootTableProvider
public static record LootTableProvider.MissingTableError(RegistryKey<LootTable> id)
extends Record
implements ErrorReporter.Error
- Mappings:
Namespace Name named net/minecraft/data/loottable/LootTableProvider$MissingTableErrorintermediary net/minecraft/class_2438$class_11386official nt$anamed idintermediary comp_4275official a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> The field for theidrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
id
The field for theidrecord component.
-
-
Constructor Details
-
MissingTableError
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceErrorReporter.Error- Mappings:
Namespace Name Mixin selector named getMessageLnet/minecraft/util/ErrorReporter$Error;getMessage()Ljava/lang/String;intermediary method_71358Lnet/minecraft/class_8942$class_11337;method_71358()Ljava/lang/String;official aLbfo$g;a()Ljava/lang/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. -
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. -
equals
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 withObjects::equals(Object,Object). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-