Package net.minecraft.world
Interface WorldlyContainer
- All Known Implementing Classes:
AbstractFurnaceBlockEntity
,BlastFurnaceBlockEntity
,BrewingStandBlockEntity
,ComposterBlock.EmptyContainer
,ComposterBlock.InputContainer
,ComposterBlock.OutputContainer
,FurnaceBlockEntity
,ShulkerBoxBlockEntity
,SmokerBlockEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.Container
Container.ContainerIterator
-
Field Summary
Fields inherited from interface net.minecraft.world.Container
DEFAULT_DISTANCE_BUFFER
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canPlaceItemThroughFace
(int p_19235_, ItemStack p_19236_, Direction p_19237_) boolean
canTakeItemThroughFace
(int p_19239_, ItemStack p_19240_, Direction p_19241_) int[]
getSlotsForFace
(Direction p_19238_) Methods inherited from interface net.minecraft.world.Clearable
clearContent
Methods inherited from interface net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, iterator, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getSlotsForFace
-
canPlaceItemThroughFace
-
canTakeItemThroughFace
-