Uses of Interface
net.minecraft.util.collection.ListOperation
Packages that use ListOperation
-
Uses of ListOperation in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as ListOperationModifier and TypeFieldDescriptionprivate ListOperation
SetLoreLootFunction.Builder.operation
private final ListOperation
SetLoreLootFunction.operation
private final ListOperation
SetWritableBookPagesLootFunction.operation
private final ListOperation
SetWrittenBookPagesLootFunction.operation
Methods in net.minecraft.loot.function with parameters of type ListOperationConstructors in net.minecraft.loot.function with parameters of type ListOperationModifierConstructorDescriptionSetLoreLootFunction
(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
Classes in net.minecraft.util.collection that implement ListOperationModifier and TypeClassDescriptionstatic class
static final record
static class
static final record
Fields in net.minecraft.util.collection declared as ListOperationModifier and TypeFieldDescriptionprivate final ListOperation
ListOperation.Values.operation
The field for theoperation
record component.Fields in net.minecraft.util.collection with type parameters of type ListOperationModifier 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
Methods in net.minecraft.util.collection that return ListOperationModifier and TypeMethodDescriptionListOperation.Values.operation()
Returns the value of theoperation
record component.Methods in net.minecraft.util.collection that return types with arguments of type ListOperationModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<ListOperation> ListOperation.createCodec
(int maxSize) com.mojang.serialization.MapCodec
<? extends ListOperation> ListOperation.Mode.getCodec()
Constructors in net.minecraft.util.collection with parameters of type ListOperationConstructor parameters in net.minecraft.util.collection with type arguments of type ListOperationModifierConstructorDescriptionprivate
Mode
(String id, com.mojang.serialization.MapCodec<? extends ListOperation> codec)