Uses of Enum Class
net.minecraft.world.level.storage.loot.functions.CopyComponentsFunction.Source
Packages that use CopyComponentsFunction.Source
-
Uses of CopyComponentsFunction.Source in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as CopyComponentsFunction.SourceModifier and TypeFieldDescriptionprivate final CopyComponentsFunction.Source
CopyComponentsFunction.Builder.source
private final CopyComponentsFunction.Source
CopyComponentsFunction.source
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type CopyComponentsFunction.SourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CopyComponentsFunction.Source> CopyComponentsFunction.Source.CODEC
Methods in net.minecraft.world.level.storage.loot.functions that return CopyComponentsFunction.SourceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CopyComponentsFunction.Source[]
CopyComponentsFunction.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.storage.loot.functions with parameters of type CopyComponentsFunction.SourceModifier and TypeMethodDescriptionCopyComponentsFunction.copyComponents
(CopyComponentsFunction.Source p_331133_) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type CopyComponentsFunction.SourceModifierConstructorDescription(package private)
Builder
(CopyComponentsFunction.Source p_331304_) (package private)
CopyComponentsFunction
(List<LootItemCondition> p_330806_, CopyComponentsFunction.Source p_330881_, Optional<List<DataComponentType<?>>> p_338636_, Optional<List<DataComponentType<?>>> p_338680_)