net.minecraft.container

public class StonecutterContainer

extends Container

bca
net.minecraft.world.inventory.StonecutterMenu
net.minecraft.class_3971
net.minecraft.container.StonecutterContainer
net.minecraft.unmapped.C_lrxlhaop
net.minecraft.inventory.container.StonecutterContainer
net.minecraft.inventory.container.StonecutterContainer

Field summary

Modifier and TypeField
private final BlockContext
f
access
field_17630
context
f_ydlyopdp
field_217088_g
worldPosCallable
private final Property
g
selectedRecipeIndex
field_17631
selectedRecipe
f_sfeegxlq
field_217089_h
selectedRecipe
private final World
h
level
field_17632
world
f_ofwnkunq
field_217090_i
world
private List<StonecuttingRecipe>
i
recipes
field_17633
availableRecipes
f_uaepqpzs
field_217091_j
recipes
private ItemStack
j
input
field_17634
inputStack
f_miaggzkk
field_217092_k
itemStackInput
private long
k
lastSoundTime
field_17635
lastTakeTime
f_hsjkgbvh
field_217093_l
lastOnTake
final Slot
c
inputSlot
field_17627
inputSlot
f_swsdyald
field_217085_d
inputInventorySlot
final Slot
d
resultSlot
field_17628
outputSlot
f_xottckwi
field_217086_e
outputInventorySlot
private Runnable
l
slotUpdateListener
field_17636
contentsChangedListener
f_cjxwwbkx
field_217094_m
inventoryUpdateListener
public final Inventory
e
container
field_17629
inventory
f_pcrzzksi
field_217087_f
inputInventory
private final CraftingResultInventory
m
resultContainer
field_19173
f_kphwjlhj
field_217095_n
inventory

Constructor summary

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

Method summary

Modifier and TypeMethod
public boolean
a(ayg arg0)
stillValid(Player arg0)
method_7597(class_1657 arg0)
canUse(PlayerEntity arg0)
m_zipsjvkj(C_jzrpycqo arg0)
func_75145_c(PlayerEntity arg0)
canInteractWith(PlayerEntity arg0)
public boolean
a(ayg arg0, int arg1)
clickMenuButton(Player arg0, int arg1)
method_7604(class_1657 arg0, int arg1)
onButtonClick(PlayerEntity arg0, int arg1)
m_ydpykrle(C_jzrpycqo arg0, int arg1)
func_75140_a(PlayerEntity arg0, int arg1)
enchantItem(PlayerEntity arg0, int arg1)
public void
a(ajb arg0)
slotsChanged(Container arg0)
method_7609(class_1263 arg0)
onContentChanged(Inventory arg0)
m_heazfhiy(C_pjtstjoq arg0)
func_75130_a(IInventory arg0)
onCraftMatrixChanged(IInventory arg0)
private void
a(ajb arg0, bek arg1)
setupRecipeList(Container arg0, ItemStack arg1)
method_17855(class_1263 arg0, class_1799 arg1)
updateInput(Inventory arg0, ItemStack arg1)
m_qaarxmlh(C_pjtstjoq arg0, C_sddaxwyk arg1)
func_217074_a(IInventory arg0, ItemStack arg1)
updateAvailableRecipes(IInventory inventoryIn, ItemStack stack)
private void
i()
setupResultSlot()
method_17866()
populateResult()
m_utybkoqq()
func_217082_i()
updateRecipeResultSlot()
public ContainerType<?>
a()
getType()
method_17358()
getType()
m_gdlxijre()
func_216957_a()
getType()
public boolean
a(bek arg0, bbx arg1)
canTakeItemForPickAll(ItemStack arg0, Slot arg1)
method_7613(class_1799 arg0, class_1735 arg1)
canInsertIntoSlot(ItemStack arg0, Slot arg1)
m_pmldxlql(C_sddaxwyk arg0, C_nhvqfffd arg1)
func_94530_a(ItemStack arg0, Slot arg1)
canMergeSlot(ItemStack arg0, Slot arg1)
public ItemStack
b(ayg arg0, int arg1)
quickMoveStack(Player arg0, int arg1)
method_7601(class_1657 arg0, int arg1)
transferSlot(PlayerEntity arg0, int arg1)
m_oujzgmbb(C_jzrpycqo arg0, int arg1)
func_82846_b(PlayerEntity arg0, int arg1)
transferStackInSlot(PlayerEntity arg0, int arg1)
public void
b(ayg arg0)
removed(Player arg0)
method_7595(class_1657 arg0)
close(PlayerEntity arg0)
m_bftcwuek(C_jzrpycqo arg0)
func_75134_a(PlayerEntity arg0)
onContainerClosed(PlayerEntity arg0)
public int
e()
getSelectedRecipeIndex()
method_17862()
getSelectedRecipe()
m_hqjujbhi()
func_217073_e()
getSelectedRecipe()
public List<StonecuttingRecipe>
f()
getRecipes()
method_17863()
getAvailableRecipes()
m_vmxawlpw()
func_217076_f()
getRecipeList()
public int
g()
getNumRecipes()
method_17864()
getAvailableRecipeCount()
m_ymewrzwz()
func_217075_g()
getRecipeListSize()
public boolean
h()
hasInputItem()
method_17865()
canCraft()
m_rseaudov()
func_217083_h()
hasItemsinInputSlot()
public void
a(Runnable arg0)
registerUpdateListener(Runnable arg0)
method_17859(Runnable arg0)
setContentsChangedListener(Runnable arg0)
m_sdjfqnwp(Runnable arg0)
func_217071_a(Runnable arg0)
setInventoryUpdateListener(Runnable listenerIn)