Package net.minecraft.item.crafting
Class ServerRecipePlacerFurnace<C extends IInventory>
java.lang.Object
net.minecraft.item.crafting.ServerRecipePlacer<C>
net.minecraft.item.crafting.ServerRecipePlacerFurnace<C>
- All Implemented Interfaces:
IRecipePlacer<Integer>
-
Field Summary
Fields inherited from class net.minecraft.item.crafting.ServerRecipePlacer
inventory, LOGGER, menu, stackedContents
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
handleRecipeClicked
(IRecipe<C> p_201508_1_, boolean p_201508_2_) protected void
placeRecipe
(int p_201516_1_, it.unimi.dsi.fastutil.ints.IntList p_201516_2_) Methods inherited from class net.minecraft.item.crafting.ServerRecipePlacer
addItemToSlot, getStackSize, moveItemToGrid, moveItemToInventory, recipeClicked
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.item.crafting.IRecipePlacer
placeRecipe
-
Field Details
-
recipeMatchesPlaced
private boolean recipeMatchesPlaced
-
-
Constructor Details
-
ServerRecipePlacerFurnace
-
-
Method Details
-
handleRecipeClicked
- Overrides:
handleRecipeClicked
in classServerRecipePlacer<C extends IInventory>
-
clearGrid
protected void clearGrid()- Overrides:
clearGrid
in classServerRecipePlacer<C extends IInventory>
-
placeRecipe
protected void placeRecipe(int p_201516_1_, it.unimi.dsi.fastutil.ints.IntList p_201516_2_)
-