Package net.minecraft.loot
Record Class LootDataType<T>
java.lang.Object
java.lang.Record
net.minecraft.loot.LootDataType<T>
- Record Components:
registryKey
-codec
-directory
-validator
-
public record LootDataType<T>(RegistryKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, String directory, LootDataType.Validator<T> validator)
extends Record
- Mappings:
Namespace Name named net/minecraft/loot/LootDataType
intermediary net/minecraft/class_8490
official eqm
named registryKey
intermediary comp_2519
official d
named codec
intermediary comp_2520
official e
named directory
intermediary comp_2521
official f
named validator
intermediary comp_2522
official g
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec
<T> The field for thecodec
record component.private final String
The field for thedirectory
record component.static final LootDataType
<LootFunction> private static final Logger
static final LootDataType
<LootTable> static final LootDataType
<LootCondition> private final RegistryKey
<Registry<T>> The field for theregistryKey
record component.private final LootDataType.Validator
<T> The field for thevalidator
record component. -
Constructor Summary
ConstructorDescriptionLootDataType
(RegistryKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, String string, LootDataType.Validator<T> validator) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec
<T> codec()
Returns the value of thecodec
record component.Returns the value of thedirectory
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.parse
(Identifier id, com.mojang.serialization.DynamicOps<V> ops, V json) Returns the value of theregistryKey
record component.private static <T extends LootContextAware>
LootDataType.Validator<T> static Stream
<LootDataType<?>> stream()
private static LootDataType.Validator
<LootTable> final String
toString()
Returns a string representation of this record class.void
validate
(LootTableReporter reporter, RegistryKey<T> key, T value) Returns the value of thevalidator
record component.
-
Field Details
-
registryKey
The field for theregistryKey
record component. -
codec
The field for thecodec
record component. -
directory
The field for thedirectory
record component. -
validator
The field for thevalidator
record component. -
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/loot/LootDataType;LOGGER:Lorg/slf4j/Logger;
intermediary field_44499
Lnet/minecraft/class_8490;field_44499:Lorg/slf4j/Logger;
official h
Leqm;h:Lorg/slf4j/Logger;
-
PREDICATES
- Mappings:
Namespace Name Mixin selector named PREDICATES
Lnet/minecraft/loot/LootDataType;PREDICATES:Lnet/minecraft/loot/LootDataType;
intermediary field_44496
Lnet/minecraft/class_8490;field_44496:Lnet/minecraft/class_8490;
official a
Leqm;a:Leqm;
-
ITEM_MODIFIERS
- Mappings:
Namespace Name Mixin selector named ITEM_MODIFIERS
Lnet/minecraft/loot/LootDataType;ITEM_MODIFIERS:Lnet/minecraft/loot/LootDataType;
intermediary field_44497
Lnet/minecraft/class_8490;field_44497:Lnet/minecraft/class_8490;
official b
Leqm;b:Leqm;
-
LOOT_TABLES
- Mappings:
Namespace Name Mixin selector named LOOT_TABLES
Lnet/minecraft/loot/LootDataType;LOOT_TABLES:Lnet/minecraft/loot/LootDataType;
intermediary field_44498
Lnet/minecraft/class_8490;field_44498:Lnet/minecraft/class_8490;
official c
Leqm;c:Leqm;
-
-
Constructor Details
-
LootDataType
public LootDataType(RegistryKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, String string, LootDataType.Validator<T> validator)
-
-
Method Details
-
validate
- Mappings:
Namespace Name Mixin selector named validate
Lnet/minecraft/loot/LootDataType;validate(Lnet/minecraft/loot/LootTableReporter;Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;)V
intermediary method_51209
Lnet/minecraft/class_8490;method_51209(Lnet/minecraft/class_58;Lnet/minecraft/class_5321;Ljava/lang/Object;)V
official a
Leqm;a(Leqq;Lale;Ljava/lang/Object;)V
-
parse
- Mappings:
Namespace Name Mixin selector named parse
Lnet/minecraft/loot/LootDataType;parse(Lnet/minecraft/util/Identifier;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Ljava/util/Optional;
intermediary method_51204
Lnet/minecraft/class_8490;method_51204(Lnet/minecraft/class_2960;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Ljava/util/Optional;
official a
Leqm;a(Lalf;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Ljava/util/Optional;
-
stream
- Mappings:
Namespace Name Mixin selector named stream
Lnet/minecraft/loot/LootDataType;stream()Ljava/util/stream/Stream;
intermediary method_51215
Lnet/minecraft/class_8490;method_51215()Ljava/util/stream/Stream;
official a
Leqm;a()Ljava/util/stream/Stream;
-
simpleValidator
- Mappings:
Namespace Name Mixin selector named simpleValidator
Lnet/minecraft/loot/LootDataType;simpleValidator()Lnet/minecraft/loot/LootDataType$Validator;
intermediary method_51216
Lnet/minecraft/class_8490;method_51216()Lnet/minecraft/class_8490$class_8491;
official f
Leqm;f()Leqm$a;
-
tableValidator
- Mappings:
Namespace Name Mixin selector named tableValidator
Lnet/minecraft/loot/LootDataType;tableValidator()Lnet/minecraft/loot/LootDataType$Validator;
intermediary method_51217
Lnet/minecraft/class_8490;method_51217()Lnet/minecraft/class_8490$class_8491;
official g
Leqm;g()Leqm$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 theregistryKey
record component.- Returns:
- the value of the
registryKey
record component
-
codec
Returns the value of thecodec
record component.- Returns:
- the value of the
codec
record component
-
directory
Returns the value of thedirectory
record component.- Returns:
- the value of the
directory
record component
-
validator
Returns the value of thevalidator
record component.- Returns:
- the value of the
validator
record component
-