Uses of Enum Class
net.minecraft.loot.function.CopyComponentsLootFunction.Source
Packages that use CopyComponentsLootFunction.Source
-
Uses of CopyComponentsLootFunction.Source in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as CopyComponentsLootFunction.SourceModifier and TypeFieldDescriptionprivate final CopyComponentsLootFunction.Source
CopyComponentsLootFunction.Builder.source
private final CopyComponentsLootFunction.Source
CopyComponentsLootFunction.source
Fields in net.minecraft.loot.function with type parameters of type CopyComponentsLootFunction.SourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CopyComponentsLootFunction.Source> CopyComponentsLootFunction.Source.CODEC
Methods in net.minecraft.loot.function that return CopyComponentsLootFunction.SourceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CopyComponentsLootFunction.Source[]
CopyComponentsLootFunction.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.loot.function with parameters of type CopyComponentsLootFunction.SourceModifier and TypeMethodDescriptionCopyComponentsLootFunction.builder
(CopyComponentsLootFunction.Source source) Constructors in net.minecraft.loot.function with parameters of type CopyComponentsLootFunction.SourceModifierConstructorDescription(package private)
(package private)
CopyComponentsLootFunction
(List<LootCondition> conditions, CopyComponentsLootFunction.Source source, Optional<List<DataComponentType<?>>> include, Optional<List<DataComponentType<?>>> exclude)