Uses of Class
net.minecraft.loot.slot.CombinedSlotSource
Packages that use CombinedSlotSource
-
Uses of CombinedSlotSource in net.minecraft.loot.slot
Subclasses of CombinedSlotSource in net.minecraft.loot.slotMethods in net.minecraft.loot.slot with type parameters of type CombinedSlotSourceModifier and TypeMethodDescriptionprotected static <T extends CombinedSlotSource>
com.mojang.serialization.MapCodec<T> CombinedSlotSource.createCodec(Function<List<SlotSource>, T> termsToSource) protected static <T extends CombinedSlotSource>
com.mojang.serialization.Codec<T> CombinedSlotSource.createInlineCodec(Function<List<SlotSource>, T> termsToSource) Methods in net.minecraft.loot.slot that return types with arguments of type CombinedSlotSourceModifier and TypeMethodDescriptionabstract com.mojang.serialization.MapCodec<? extends CombinedSlotSource> CombinedSlotSource.getCodec()