Uses of Enum Class
net.minecraft.loot.functions.CopyNbt.Source
Packages that use CopyNbt.Source
-
Uses of CopyNbt.Source in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as CopyNbt.SourceModifier and TypeFieldDescriptionprivate final CopyNbt.Source
CopyNbt.Builder.source
private final CopyNbt.Source
CopyNbt.source
Methods in net.minecraft.loot.functions that return CopyNbt.SourceModifier and TypeMethodDescriptionstatic CopyNbt.Source
static CopyNbt.Source
Returns the enum constant of this class with the specified name.static CopyNbt.Source[]
CopyNbt.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.loot.functions with parameters of type CopyNbt.SourceModifier and TypeMethodDescriptionstatic CopyNbt.Builder
CopyNbt.copyData
(CopyNbt.Source p_215881_0_) Constructors in net.minecraft.loot.functions with parameters of type CopyNbt.SourceModifierConstructorDescriptionprivate
Builder
(CopyNbt.Source p_i50675_1_) private
CopyNbt
(ILootCondition[] p_i51240_1_, CopyNbt.Source p_i51240_2_, List<CopyNbt.Operation> p_i51240_3_)