public abstract class RecipeBookContainer<C extends IInventory> extends Container
inventorySlots, windowId
Constructor and Description |
---|
RecipeBookContainer(ContainerType<?> p_i50067_1_,
int p_i50067_2_) |
Modifier and Type | Method and Description |
---|---|
abstract void |
clear() |
abstract void |
fillStackedContents(RecipeItemHelper itemHelperIn) |
void |
func_217056_a(boolean p_217056_1_,
IRecipe<?> p_217056_2_,
ServerPlayerEntity p_217056_3_) |
abstract int |
getHeight() |
abstract int |
getOutputSlot() |
java.util.List<RecipeBookCategories> |
getRecipeBookCategories() |
abstract int |
getSize() |
abstract int |
getWidth() |
abstract boolean |
matches(IRecipe<? super C> recipeIn) |
addListener, addSlot, areItemsAndTagsEqual, assertIntArraySize, assertInventorySize, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canInteractWith, canMergeSlot, clearContainer, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getType, isValidDragMode, isWithinUsableDistance, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotClick, trackInt, trackIntArray, transferStackInSlot, updateProgressBar
public RecipeBookContainer(ContainerType<?> p_i50067_1_, int p_i50067_2_)
public void func_217056_a(boolean p_217056_1_, IRecipe<?> p_217056_2_, ServerPlayerEntity p_217056_3_)
public abstract void fillStackedContents(RecipeItemHelper itemHelperIn)
public abstract void clear()
public abstract int getOutputSlot()
public abstract int getWidth()
public abstract int getHeight()
public abstract int getSize()
public java.util.List<RecipeBookCategories> getRecipeBookCategories()