public class CraftingData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.ResourceLocation[] |
locations
The
ResourceLocations of the recipes of this crafting data. |
net.minecraft.item.ItemStack |
stack
The result stack of the recipes of this crafting data.
|
net.minecraft.item.ItemStack[] |
stacks
The result stacks of the recipes of this crafting data.
|
| Constructor and Description |
|---|
CraftingData() |
public net.minecraft.util.ResourceLocation[] locations
ResourceLocations of the recipes of this crafting data.public net.minecraft.item.ItemStack stack
public net.minecraft.item.ItemStack[] stacks