Uses of Record Class
net.minecraft.util.collection.ListOperation.Values
Packages that use ListOperation.Values
-
Uses of ListOperation.Values in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type ListOperation.ValuesModifier and TypeFieldDescriptionprivate final Optional
<ListOperation.Values<FireworkExplosionComponent>> SetFireworksLootFunction.explosions
Constructor parameters in net.minecraft.loot.function with type arguments of type ListOperation.ValuesModifierConstructorDescriptionprotected
SetFireworksLootFunction
(List<LootCondition> conditions, Optional<ListOperation.Values<FireworkExplosionComponent>> explosions, Optional<Integer> flightDuration) -
Uses of ListOperation.Values in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return types with arguments of type ListOperation.ValuesModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec
<ListOperation.Values<T>> ListOperation.Values.createCodec
(com.mojang.serialization.Codec<T> codec, int maxSize)