Uses of Class
net.minecraft.loot.functions.CopyNbt.Source
-
Packages that use CopyNbt.Source Package Description net.minecraft.loot.functions -
-
Uses of CopyNbt.Source in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as CopyNbt.Source Modifier and Type Field Description private CopyNbt.Source
CopyNbt.Builder. source
private CopyNbt.Source
CopyNbt. source
Methods in net.minecraft.loot.functions that return CopyNbt.Source Modifier and Type Method Description static CopyNbt.Source
CopyNbt.Source. getByName(java.lang.String p_216223_0_)
static CopyNbt.Source
CopyNbt.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CopyNbt.Source[]
CopyNbt.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 CopyNbt.Source Modifier and Type Method Description static CopyNbt.Builder
CopyNbt. copyData(CopyNbt.Source p_215881_0_)
Constructors in net.minecraft.loot.functions with parameters of type CopyNbt.Source Constructor Description Builder(CopyNbt.Source p_i50675_1_)
CopyNbt(ILootCondition[] p_i51240_1_, CopyNbt.Source p_i51240_2_, java.util.List<CopyNbt.Operation> p_i51240_3_)
-