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.SourceCopyComponentsFunction.Builder.sourceprivate final CopyComponentsFunction.SourceCopyComponentsFunction.sourceFields 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.CODECMethods 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 source) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type CopyComponentsFunction.SourceModifierConstructorDescription(package private)Builder(CopyComponentsFunction.Source source) (package private)CopyComponentsFunction(List<LootItemCondition> conditions, CopyComponentsFunction.Source source, Optional<List<DataComponentType<?>>> include, Optional<List<DataComponentType<?>>> exclude)