Uses of Interface
net.minecraft.loot.function.ListModifier
Packages that use ListModifier
-
Uses of ListModifier in net.minecraft.loot.function
Classes in net.minecraft.loot.function that implement ListModifierModifier and TypeClassDescriptionstatic class
static final record
static class
static final record
Fields in net.minecraft.loot.function declared as ListModifierModifier and TypeFieldDescriptionprivate final ListModifier
SetFireworksLootFunction.listModifier
private final ListModifier
SetWritableBookPagesLootFunction.listModifier
private final ListModifier
SetWrittenBookPagesLootFunction.listModifier
Fields in net.minecraft.loot.function with type parameters of type ListModifierModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ListModifier> ListModifier.Mode.MAP_CODEC
private final com.mojang.serialization.MapCodec
<? extends ListModifier> ListModifier.Mode.mapCodec
Methods in net.minecraft.loot.function that return types with arguments of type ListModifierModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends ListModifier> ListModifier.Mode.getMapCodec()
Constructors in net.minecraft.loot.function with parameters of type ListModifierModifierConstructorDescriptionprotected
SetFireworksLootFunction
(List<LootCondition> conditions, List<FireworkExplosionComponent> explosions, ListModifier listModifier, Optional<Integer> flightDuration) protected
SetWritableBookPagesLootFunction
(List<LootCondition> conditions, List<RawFilteredPair<String>> pages, ListModifier listModifier) protected
SetWrittenBookPagesLootFunction
(List<LootCondition> conditions, List<RawFilteredPair<Text>> pages, ListModifier listModifier) Constructor parameters in net.minecraft.loot.function with type arguments of type ListModifierModifierConstructorDescriptionprivate
Mode
(String name, com.mojang.serialization.MapCodec<? extends ListModifier> mapCodec)