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 ListOperationSetLoreLootFunction.Builder.operationprivate final ListOperationSetLoreLootFunction.operationprivate final ListOperationSetWritableBookPagesLootFunction.operationprivate final ListOperationSetWrittenBookPagesLootFunction.operationMethods 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) protectedSetWritableBookPagesLootFunction(List<LootCondition> conditions, List<RawFilteredPair<String>> pages, ListOperation operation) protectedSetWrittenBookPagesLootFunction(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 classstatic final recordstatic classstatic final recordFields in net.minecraft.util.collection declared as ListOperationModifier and TypeFieldDescriptionprivate final ListOperationListOperation.Values.operationThe field for theoperationrecord 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.codecstatic final com.mojang.serialization.MapCodec<ListOperation> ListOperation.UNLIMITED_SIZE_CODECMethods in net.minecraft.util.collection that return ListOperationModifier and TypeMethodDescriptionListOperation.Values.operation()Returns the value of theoperationrecord 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 ListOperationModifierConstructorDescriptionprivateMode(String id, com.mojang.serialization.MapCodec<? extends ListOperation> codec)