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<LootNumberProvider>> SetCustomModelDataLootFunction.colors
private final Optional
<ListOperation.Values<FireworkExplosionComponent>> SetFireworksLootFunction.explosions
private final Optional
<ListOperation.Values<Boolean>> SetCustomModelDataLootFunction.flags
private final Optional
<ListOperation.Values<LootNumberProvider>> SetCustomModelDataLootFunction.floats
private final Optional
<ListOperation.Values<String>> SetCustomModelDataLootFunction.strings
Method parameters in net.minecraft.loot.function with type arguments of type ListOperation.ValuesModifier and TypeMethodDescriptionprivate static <T,
E> List <E> SetCustomModelDataLootFunction.apply
(Optional<ListOperation.Values<T>> values, List<E> current, Function<T, E> operationValueToAppliedValue) private static <T> List
<T> SetCustomModelDataLootFunction.apply
(Optional<ListOperation.Values<T>> values, List<T> current) Constructor parameters in net.minecraft.loot.function with type arguments of type ListOperation.ValuesModifierConstructorDescriptionSetCustomModelDataLootFunction
(List<LootCondition> conditions, Optional<ListOperation.Values<LootNumberProvider>> floats, Optional<ListOperation.Values<Boolean>> flags, Optional<ListOperation.Values<String>> strings, Optional<ListOperation.Values<LootNumberProvider>> colors) protected
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)