Package net.minecraft.loot.function
Class SetLootTableLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetLootTableLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootContextAware
,LootFunction
- Mappings:
Namespace Name official eqh
intermediary net/minecraft/class_144
named net/minecraft/loot/function/SetLootTableLootFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SetLootTableLootFunction> private final RegistryKey
<LootTable> private final long
private final RegistryEntry
<BlockEntityType<?>> Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SetLootTableLootFunction
(List<LootCondition> conditions, RegistryKey<LootTable> lootTable, long seed, RegistryEntry<BlockEntityType<?>> blockEntityType) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder
<?> builder
(BlockEntityType<?> type, RegistryKey<LootTable> lootTable) static ConditionalLootFunction.Builder
<?> builder
(BlockEntityType<?> type, RegistryKey<LootTable> lootTable, long seed) getType()
process
(ItemStack stack, LootContext context) void
validate
(LootTableReporter reporter) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
addConditionsField, apply, builder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
Methods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Leqh;a:Lcom/mojang/serialization/Codec;
intermediary field_45842
Lnet/minecraft/class_144;field_45842:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/function/SetLootTableLootFunction;CODEC:Lcom/mojang/serialization/Codec;
-
lootTable
- Mappings:
Namespace Name Mixin selector official b
Leqh;b:Lakg;
intermediary field_1116
Lnet/minecraft/class_144;field_1116:Lnet/minecraft/class_5321;
named lootTable
Lnet/minecraft/loot/function/SetLootTableLootFunction;lootTable:Lnet/minecraft/registry/RegistryKey;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official c
Leqh;c:J
intermediary field_1117
Lnet/minecraft/class_144;field_1117:J
named seed
Lnet/minecraft/loot/function/SetLootTableLootFunction;seed:J
-
type
- Mappings:
Namespace Name Mixin selector official d
Leqh;d:Liw;
intermediary field_34773
Lnet/minecraft/class_144;field_34773:Lnet/minecraft/class_6880;
named type
Lnet/minecraft/loot/function/SetLootTableLootFunction;type:Lnet/minecraft/registry/entry/RegistryEntry;
-
-
Constructor Details
-
SetLootTableLootFunction
private SetLootTableLootFunction(List<LootCondition> conditions, RegistryKey<LootTable> lootTable, long seed, RegistryEntry<BlockEntityType<?>> blockEntityType) - Mappings:
Namespace Name Mixin selector official <init>
Leqh;<init>(Ljava/util/List;Lakg;JLiw;)V
intermediary <init>
Lnet/minecraft/class_144;<init>(Ljava/util/List;Lnet/minecraft/class_5321;JLnet/minecraft/class_6880;)V
named <init>
Lnet/minecraft/loot/function/SetLootTableLootFunction;<init>(Ljava/util/List;Lnet/minecraft/registry/RegistryKey;JLnet/minecraft/registry/entry/RegistryEntry;)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official b
Lepx;b()Lepy;
intermediary method_29321
Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;
named getType
Lnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Lepw;a(Lcsz;Leol;)Lcsz;
intermediary method_522
Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;
named process
Lnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
validate
- Specified by:
validate
in interfaceLootContextAware
- Overrides:
validate
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Leom;a(Leor;)V
intermediary method_292
Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V
named validate
Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
-
builder
public static ConditionalLootFunction.Builder<?> builder(BlockEntityType<?> type, RegistryKey<LootTable> lootTable) - Mappings:
Namespace Name Mixin selector official a
Leqh;a(Ldno;Lakg;)Lepw$a;
intermediary method_35534
Lnet/minecraft/class_144;method_35534(Lnet/minecraft/class_2591;Lnet/minecraft/class_5321;)Lnet/minecraft/class_120$class_121;
named builder
Lnet/minecraft/loot/function/SetLootTableLootFunction;builder(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
-
builder
public static ConditionalLootFunction.Builder<?> builder(BlockEntityType<?> type, RegistryKey<LootTable> lootTable, long seed) - Mappings:
Namespace Name Mixin selector official a
Leqh;a(Ldno;Lakg;J)Lepw$a;
intermediary method_35535
Lnet/minecraft/class_144;method_35535(Lnet/minecraft/class_2591;Lnet/minecraft/class_5321;J)Lnet/minecraft/class_120$class_121;
named builder
Lnet/minecraft/loot/function/SetLootTableLootFunction;builder(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/registry/RegistryKey;J)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
-