net.minecraft.block

class ComposterBlock$ComposterInventory

extends SimpleInventory implements SidedInventory

All mapped superinterfaces:

Inventory, Clearable, StackReferenceGetter, RecipeInputProvider, SidedInventory

net.minecraft.world.level.block.ComposterBlock$InputContainer
net.minecraft.class_3962$class_3963
net.minecraft.block.ComposterBlock$ComposterInventory

Field summary

Modifier and TypeField
private final BlockState
state
field_17569
state
private final WorldAccess
level
field_17570
world
private final BlockPos
pos
field_17571
pos
private boolean
changed
field_17572
dirty

Constructor summary

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

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()