Package net.minecraft.loot
Record Class LootDataType<T>
java.lang.Object
java.lang.Record
net.minecraft.loot.LootDataType<T>
- Record Components:
registryKey-codec-validator-
public record LootDataType<T>(RegistryKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, LootDataType.Validator<T> validator)
extends Record
- Mappings:
Namespace Name named net/minecraft/loot/LootDataTypeintermediary net/minecraft/class_8490official ernnamed registryKeyintermediary comp_2519official dnamed codecintermediary comp_2520official enamed validatorintermediary comp_2522official f
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<T> The field for thecodecrecord component.static final LootDataType<LootCondition> static final LootDataType<LootFunction> static final LootDataType<LootTable> private static final Loggerprivate final RegistryKey<Registry<T>> The field for theregistryKeyrecord component.private final LootDataType.Validator<T> The field for thevalidatorrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionLootDataType(RegistryKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, LootDataType.Validator<T> validator) Creates an instance of aLootDataTyperecord class. -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<T> codec()Returns the value of thecodecrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.parse(Identifier id, com.mojang.serialization.DynamicOps<V> ops, V json) Returns the value of theregistryKeyrecord component.private static <T extends LootContextAware>
LootDataType.Validator<T> static Stream<LootDataType<?>> stream()private static LootDataType.Validator<LootTable> final StringtoString()Returns a string representation of this record class.voidvalidate(LootTableReporter reporter, RegistryKey<T> key, T value) Returns the value of thevalidatorrecord component.
-
Field Details
-
registryKey
The field for theregistryKeyrecord component. -
codec
The field for thecodecrecord component. -
validator
The field for thevalidatorrecord component. -
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/loot/LootDataType;LOGGER:Lorg/slf4j/Logger;intermediary field_44499Lnet/minecraft/class_8490;field_44499:Lorg/slf4j/Logger;official gLern;g:Lorg/slf4j/Logger;
-
field_44496
- Mappings:
Namespace Name Mixin selector named field_44496Lnet/minecraft/loot/LootDataType;field_44496:Lnet/minecraft/loot/LootDataType;intermediary field_44496Lnet/minecraft/class_8490;field_44496:Lnet/minecraft/class_8490;official aLern;a:Lern;
-
field_44497
- Mappings:
Namespace Name Mixin selector named field_44497Lnet/minecraft/loot/LootDataType;field_44497:Lnet/minecraft/loot/LootDataType;intermediary field_44497Lnet/minecraft/class_8490;field_44497:Lnet/minecraft/class_8490;official bLern;b:Lern;
-
field_44498
- Mappings:
Namespace Name Mixin selector named field_44498Lnet/minecraft/loot/LootDataType;field_44498:Lnet/minecraft/loot/LootDataType;intermediary field_44498Lnet/minecraft/class_8490;field_44498:Lnet/minecraft/class_8490;official cLern;c:Lern;
-
-
Constructor Details
-
LootDataType
public LootDataType(RegistryKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, LootDataType.Validator<T> validator) Creates an instance of aLootDataTyperecord class.- Parameters:
registryKey- the value for theregistryKeyrecord componentcodec- the value for thecodecrecord componentvalidator- the value for thevalidatorrecord component
-
-
Method Details
-
validate
- Mappings:
Namespace Name Mixin selector named validateLnet/minecraft/loot/LootDataType;validate(Lnet/minecraft/loot/LootTableReporter;Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;)Vintermediary method_51209Lnet/minecraft/class_8490;method_51209(Lnet/minecraft/class_58;Lnet/minecraft/class_5321;Ljava/lang/Object;)Vofficial aLern;a(Lerr;Lakp;Ljava/lang/Object;)V
-
parse
- Mappings:
Namespace Name Mixin selector named parseLnet/minecraft/loot/LootDataType;parse(Lnet/minecraft/util/Identifier;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Ljava/util/Optional;intermediary method_51204Lnet/minecraft/class_8490;method_51204(Lnet/minecraft/class_2960;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Ljava/util/Optional;official aLern;a(Lakq;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Ljava/util/Optional;
-
stream
- Mappings:
Namespace Name Mixin selector named streamLnet/minecraft/loot/LootDataType;stream()Ljava/util/stream/Stream;intermediary method_51215Lnet/minecraft/class_8490;method_51215()Ljava/util/stream/Stream;official aLern;a()Ljava/util/stream/Stream;
-
simpleValidator
- Mappings:
Namespace Name Mixin selector named simpleValidatorLnet/minecraft/loot/LootDataType;simpleValidator()Lnet/minecraft/loot/LootDataType$Validator;intermediary method_51216Lnet/minecraft/class_8490;method_51216()Lnet/minecraft/class_8490$class_8491;official eLern;e()Lern$a;
-
tableValidator
- Mappings:
Namespace Name Mixin selector named tableValidatorLnet/minecraft/loot/LootDataType;tableValidator()Lnet/minecraft/loot/LootDataType$Validator;intermediary method_51217Lnet/minecraft/class_8490;method_51217()Lnet/minecraft/class_8490$class_8491;official fLern;f()Lern$a;
-
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). -
registryKey
Returns the value of theregistryKeyrecord component.- Returns:
- the value of the
registryKeyrecord component
-
codec
Returns the value of thecodecrecord component.- Returns:
- the value of the
codecrecord component
-
validator
Returns the value of thevalidatorrecord component.- Returns:
- the value of the
validatorrecord component
-