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 ListOperationSetLoreLootFunction.field_50024private ListOperationSetLoreLootFunction.Builder.field_50025private final ListOperationSetFireworksLootFunction.operationprivate final ListOperationSetWritableBookPagesLootFunction.operationprivate final ListOperationSetWrittenBookPagesLootFunction.operationMethods in net.minecraft.loot.function with parameters of type ListOperationModifier and TypeMethodDescriptionSetLoreLootFunction.Builder.method_58460(ListOperation listOperation) Constructors 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> list, ListOperation listOperation, 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.Type.codecMethods in net.minecraft.util.collection that return types with arguments of type ListOperationModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends ListOperation> ListOperation.Type.getCodec()static com.mojang.serialization.MapCodec<ListOperation> ListOperation.method_58456(int int2) Constructor parameters in net.minecraft.util.collection with type arguments of type ListOperationModifierConstructorDescriptionprivateType(String id, com.mojang.serialization.MapCodec<? extends ListOperation> codec)