net.minecraft.container

public class StonecutterContainer

extends Container

azv
net.minecraft.class_3971
net.minecraft.container.StonecutterContainer
net.minecraft.unmapped.C_98375408
net.minecraft.inventory.container.StonecutterContainer
net.minecraft.inventory.container.StonecutterContainer

Field summary

Modifier and TypeField
static final com.google.common.collect.ImmutableList<Item>
c
field_17626
INGREDIENTS
f_78544401
field_217084_c
ACCEPTED_INPUT_ITEMS
private final BlockContext
g
field_17630
context
f_99145230
field_217088_g
worldPosCallable
private final Property
h
field_17631
selectedRecipe
f_29859281
field_217089_h
selectedRecipe
private final World
i
field_17632
world
f_13210049
field_217090_i
world
private List<StonecuttingRecipe>
j
field_17633
availableRecipes
f_21416427
field_217091_j
recipes
private ItemStack
k
field_17634
inputStack
f_84008054
field_217092_k
itemStackInput
private long
l
field_17635
lastTakeTime
f_27103425
field_217093_l
lastOnTake
final Slot
d
field_17627
inputSlot
f_94929130
field_217085_d
inputInventorySlot
final Slot
e
field_17628
outputSlot
f_37308427
field_217086_e
outputInventorySlot
private Runnable
m
field_17636
contentsChangedListener
f_50935750
field_217094_m
inventoryUpdateListener
public final Inventory
f
field_17629
inventory
f_39611091
field_217087_f
inputInventory
private final CraftingResultInventory
n
field_19173
field_19173
f_23369088
field_217095_n
inventory

Constructor summary

ModifierConstructor
public (int arg0, PlayerInventory arg1)
public (int arg0, PlayerInventory arg1, BlockContext arg2)

Method summary

Modifier and TypeMethod
public boolean
a(awb arg0)
method_7597(class_1657 arg0)
canUse(PlayerEntity arg0)
isValid(PlayerEntity arg0)
func_75145_c(PlayerEntity arg0)
canInteractWith(PlayerEntity arg0)
public boolean
a(awb arg0, int arg1)
method_7604(class_1657 arg0, int arg1)
onButtonClick(PlayerEntity arg0, int arg1)
onButtonClick(PlayerEntity arg0, int arg1)
func_75140_a(PlayerEntity arg0, int arg1)
enchantItem(PlayerEntity arg0, int arg1)
public void
a(agz arg0)
method_7609(class_1263 arg0)
onContentChanged(Inventory arg0)
onContentsChanged(Inventory arg0)
func_75130_a(IInventory arg0)
onCraftMatrixChanged(IInventory arg0)
private void
a(agz arg0, bce arg1)
method_17855(class_1263 arg0, class_1799 arg1)
updateInput(Inventory arg0, ItemStack arg1)
m_04183304(Inventory arg0, ItemStack arg1)
func_217074_a(IInventory arg0, ItemStack arg1)
updateAvailableRecipes(IInventory inventoryIn, ItemStack stack)
private void
i()
method_17866()
populateResult()
m_89273779()
func_217082_i()
updateRecipeResultSlot()
public ContainerType<?>
a()
method_17358()
getType()
m_20734866()
func_216957_a()
getType()
public boolean
a(bce arg0, azs arg1)
method_7613(class_1799 arg0, class_1735 arg1)
canInsertIntoSlot(ItemStack arg0, Slot arg1)
canRemoveForPickupAll(ItemStack arg0, InventorySlot arg1)
func_94530_a(ItemStack arg0, Slot arg1)
canMergeSlot(ItemStack arg0, Slot arg1)
public ItemStack
b(awb arg0, int arg1)
method_7601(class_1657 arg0, int arg1)
transferSlot(PlayerEntity arg0, int arg1)
quickMoveItem(PlayerEntity arg0, int arg1)
func_82846_b(PlayerEntity arg0, int arg1)
transferStackInSlot(PlayerEntity arg0, int arg1)
public void
b(awb arg0)
method_7595(class_1657 arg0)
close(PlayerEntity arg0)
close(PlayerEntity arg0)
func_75134_a(PlayerEntity arg0)
onContainerClosed(PlayerEntity arg0)
public int
e()
method_17862()
getSelectedRecipe()
m_32434488()
func_217073_e()
getSelectedRecipe()
public List<StonecuttingRecipe>
f()
method_17863()
getAvailableRecipes()
m_99354586()
func_217076_f()
getRecipeList()
public int
g()
method_17864()
getAvailableRecipeCount()
m_70812808()
func_217075_g()
getRecipeListSize()
public boolean
h()
method_17865()
canCraft()
m_19830447()
func_217083_h()
hasItemsinInputSlot()
public void
a(Runnable arg0)
method_17859(Runnable arg0)
setContentsChangedListener(Runnable arg0)
m_77070010(Runnable arg0)
func_217071_a(Runnable arg0)
setInventoryUpdateListener(Runnable listenerIn)