Uses of Class
net.minecraft.loot.functions.CopyName.Source
-
Packages that use CopyName.Source Package Description net.minecraft.loot.functions -
-
Uses of CopyName.Source in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as CopyName.Source Modifier and Type Field Description private CopyName.Source
CopyName. source
Methods in net.minecraft.loot.functions that return CopyName.Source Modifier and Type Method Description static CopyName.Source
CopyName.Source. getByName(java.lang.String p_216235_0_)
static CopyName.Source
CopyName.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CopyName.Source[]
CopyName.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.loot.functions with parameters of type CopyName.Source Modifier and Type Method Description static LootFunction.Builder<?>
CopyName. copyName(CopyName.Source p_215893_0_)
Constructors in net.minecraft.loot.functions with parameters of type CopyName.Source Constructor Description CopyName(ILootCondition[] p_i51242_1_, CopyName.Source p_i51242_2_)
-