Uses of Interface
net.minecraft.util.collection.ListOperation
-
Uses of ListOperation in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate ListOperation
SetLoreLootFunction.Builder.operation
private final ListOperation
SetLoreLootFunction.operation
private final ListOperation
SetWritableBookPagesLootFunction.operation
private final ListOperation
SetWrittenBookPagesLootFunction.operation
ModifierConstructorDescriptionSetLoreLootFunction
(List<LootCondition> conditions, List<Text> lore, ListOperation operation, Optional<LootContext.EntityTarget> entity) protected
SetWritableBookPagesLootFunction
(List<LootCondition> conditions, List<RawFilteredPair<String>> pages, ListOperation operation) protected
SetWrittenBookPagesLootFunction
(List<LootCondition> conditions, List<RawFilteredPair<Text>> pages, ListOperation operation) -
Uses of ListOperation in net.minecraft.util.collection
Modifier and TypeClassDescriptionstatic class
static final record
static class
static final record
Modifier and TypeFieldDescriptionprivate final ListOperation
ListOperation.Values.operation
The field for theoperation
record component.Modifier and TypeFieldDescription(package private) final com.mojang.serialization.MapCodec
<? extends ListOperation> ListOperation.Mode.codec
static final com.mojang.serialization.MapCodec
<ListOperation> ListOperation.UNLIMITED_SIZE_CODEC
Modifier and TypeMethodDescriptionListOperation.Values.operation()
Returns the value of theoperation
record component.Modifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<ListOperation> ListOperation.createCodec
(int maxSize) com.mojang.serialization.MapCodec
<? extends ListOperation> ListOperation.Mode.getCodec()
ModifierConstructorDescriptionprivate
Mode
(String id, com.mojang.serialization.MapCodec<? extends ListOperation> codec)