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 final ListOperationSetFireworksLootFunction.operationprivate 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 ListOperationModifierConstructorDescriptionprotectedSetFireworksLootFunction(List<LootCondition> conditions, List<FireworkExplosionComponent> explosions, ListOperation operation, Optional<Integer> flightDuration) SetLoreLootFunction(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 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 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()Constructor parameters in net.minecraft.util.collection with type arguments of type ListOperationModifierConstructorDescriptionprivateMode(String id, com.mojang.serialization.MapCodec<? extends ListOperation> codec)