Uses of Enum Class
net.minecraft.loot.function.CopyComponentsLootFunction.Source
-
Uses of CopyComponentsLootFunction.Source in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate final CopyComponentsLootFunction.Source
CopyComponentsLootFunction.Builder.source
private final CopyComponentsLootFunction.Source
CopyComponentsLootFunction.source
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CopyComponentsLootFunction.Source> CopyComponentsLootFunction.Source.CODEC
Modifier 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.Modifier and TypeMethodDescriptionCopyComponentsLootFunction.builder
(CopyComponentsLootFunction.Source source) ModifierConstructorDescription(package private)
(package private)
CopyComponentsLootFunction
(List<LootCondition> conditions, CopyComponentsLootFunction.Source source, Optional<List<DataComponentType<?>>> include, Optional<List<DataComponentType<?>>> exclude)