net.minecraft.loot.slot

public abstract class CombinedSlotSource

implements SlotSource

net.minecraft.world.item.slot.CompositeSlotSource
net.minecraft.world.item.slot.CompositeSlotSource
net.minecraft.class_12264
net.minecraft.loot.slot.CombinedSlotSource

Field summary

Modifier and TypeField
protected final List<SlotSource>
terms
terms
field_64147
terms
private final Function<LootContext, ItemStream>
compositeSlotSource
compositeSlotSource
field_64148
source

Constructor summary

ModifierConstructor
protected (List<SlotSource> terms)

Method summary

Modifier and TypeMethod
protected static <T extends CombinedSlotSource> com.mojang.serialization.MapCodec<T>
createCodec(Function<List<SlotSource>, T> factory)
createCodec(Function<List<SlotSource>, T> factory)
method_76109(Function<List<class_12275>, T> arg0)
createCodec(Function<List<SlotSource>, T> termsToSource)
protected static <T extends CombinedSlotSource> com.mojang.serialization.Codec<T>
createInlineCodec(Function<List<SlotSource>, T> factory)
createInlineCodec(Function<List<SlotSource>, T> factory)
method_76112(Function<List<class_12275>, T> arg0)
createInlineCodec(Function<List<SlotSource>, T> termsToSource)
public abstract com.mojang.serialization.MapCodec<? extends CombinedSlotSource>
codec()
codec()
method_76106()
getCodec()
public ItemStream
provide(LootContext context)
provide(LootContext context)
method_76108(class_47 arg0)
stream(LootContext arg0)
public void
validate(ValidationContext context)
validate(ValidationContext context)
method_292(class_58 arg0)
report(LootTableReporter arg0)