net.minecraft.block

class ComposterBlock$FullComposterInventory

extends SimpleInventory implements SidedInventory

All mapped superinterfaces:

Inventory, Clearable, StackReferenceGetter, RecipeInputProvider, SidedInventory

net.minecraft.world.level.block.ComposterBlock$OutputContainer
net.minecraft.class_3962$class_3964
net.minecraft.block.ComposterBlock$FullComposterInventory

Field summary

Modifier and TypeField
private final BlockState
state
field_17573
state
private final WorldAccess
level
field_17574
world
private final BlockPos
pos
field_17575
pos
private boolean
changed
field_17576
dirty

Constructor summary

ModifierConstructor
public (BlockState state, WorldAccess world, BlockPos pos, ItemStack outputItem)

Method summary

Modifier and TypeMethod
public int
getMaxStackSize()
method_5444()
getMaxCountPerStack()
public int[]
getSlotsForFace(Direction direction)
method_5494(class_2350 arg0)
getAvailableSlots(Direction arg0)
public boolean
canPlaceItemThroughFace(int slot, ItemStack itemStack, Direction direction)
method_5492(int arg0, class_1799 arg1, class_2350 arg2)
canInsert(int arg0, ItemStack arg1, Direction arg2)
public boolean
canTakeItemThroughFace(int slot, ItemStack itemStack, Direction direction)
method_5493(int arg0, class_1799 arg1, class_2350 arg2)
canExtract(int arg0, ItemStack arg1, Direction arg2)
public void
setChanged()
method_5431()
markDirty()