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
FieldsFields inherited from class net.minecraft.item.crafting.ServerRecipePlacer
inventory, LOGGER, menu, stackedContents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidhandleRecipeClicked(IRecipe<C> p_201508_1_, boolean p_201508_2_) protected voidplaceRecipe(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, recipeClickedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.item.crafting.IRecipePlacer
placeRecipe
-
Field Details
-
recipeMatchesPlaced
private boolean recipeMatchesPlaced
-
-
Constructor Details
-
ServerRecipePlacerFurnace
-
-
Method Details
-
handleRecipeClicked
- Overrides:
handleRecipeClickedin classServerRecipePlacer<C extends IInventory>
-
clearGrid
protected void clearGrid()- Overrides:
clearGridin classServerRecipePlacer<C extends IInventory>
-
placeRecipe
protected void placeRecipe(int p_201516_1_, it.unimi.dsi.fastutil.ints.IntList p_201516_2_)
-