Uses of Enum Class
net.minecraft.world.level.storage.loot.functions.CopyComponentsFunction.Source
-
Uses of CopyComponentsFunction.Source in net.minecraft.world.level.storage.loot.functions
Modifier and TypeFieldDescriptionprivate final CopyComponentsFunction.Source
CopyComponentsFunction.Builder.source
private final CopyComponentsFunction.Source
CopyComponentsFunction.source
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CopyComponentsFunction.Source> CopyComponentsFunction.Source.CODEC
Modifier 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.Modifier and TypeMethodDescriptionCopyComponentsFunction.copyComponents
(CopyComponentsFunction.Source p_331133_) ModifierConstructorDescription(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_)