| Package | Description |
|---|---|
| net.minecraft.world.storage.loot.functions |
| Modifier and Type | Field and Description |
|---|---|
private CopyName.Source |
CopyName.source |
| Modifier and Type | Method and Description |
|---|---|
static CopyName.Source |
CopyName.Source.byName(java.lang.String nameIn) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static LootFunction.Builder<?> |
CopyName.builder(CopyName.Source sourceIn) |
| Constructor and Description |
|---|
CopyName(ILootCondition[] conditionsIn,
CopyName.Source sourceIn) |