public class OneProbeCrafting
extends net.minecraft.item.crafting.ShapelessRecipe
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.item.Item |
ONE_PROBE |
| Constructor and Description |
|---|
OneProbeCrafting(net.minecraft.util.ResourceLocation idIn) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
assemble(net.minecraft.inventory.CraftingInventory inv) |
net.minecraft.item.crafting.IRecipeSerializer<?> |
getSerializer() |
static boolean |
isOneProbeEnabled(net.minecraft.item.ItemStack helmetStack) |
boolean |
matches(net.minecraft.inventory.CraftingInventory inv,
net.minecraft.world.World worldIn) |
canCraftInDimensions, getGroup, getId, getIngredients, getResultItempublic OneProbeCrafting(net.minecraft.util.ResourceLocation idIn)
public boolean matches(net.minecraft.inventory.CraftingInventory inv,
net.minecraft.world.World worldIn)
matches in interface net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.CraftingInventory>matches in class net.minecraft.item.crafting.ShapelessRecipepublic net.minecraft.item.ItemStack assemble(net.minecraft.inventory.CraftingInventory inv)
assemble in interface net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.CraftingInventory>assemble in class net.minecraft.item.crafting.ShapelessRecipepublic net.minecraft.item.crafting.IRecipeSerializer<?> getSerializer()
getSerializer in interface net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.CraftingInventory>getSerializer in class net.minecraft.item.crafting.ShapelessRecipepublic static boolean isOneProbeEnabled(net.minecraft.item.ItemStack helmetStack)