Package net.minecraft.world.ticks
Interface ContainerSingleItem.BlockContainerSingleItem
- All Superinterfaces:
Clearable
,Container
,ContainerSingleItem
,Iterable<ItemStack>
- All Known Implementing Classes:
DecoratedPotBlockEntity
,JukeboxBlockEntity
- Enclosing interface:
ContainerSingleItem
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.Container
Container.ContainerIterator
Nested classes/interfaces inherited from interface net.minecraft.world.ticks.ContainerSingleItem
ContainerSingleItem.BlockContainerSingleItem
-
Field Summary
Fields inherited from interface net.minecraft.world.Container
DEFAULT_DISTANCE_BUFFER
-
Method Summary
Methods inherited from interface net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, iterator, setChanged, startOpen, stopOpen
Methods inherited from interface net.minecraft.world.ticks.ContainerSingleItem
clearContent, getContainerSize, getItem, getTheItem, isEmpty, removeItem, removeItemNoUpdate, removeTheItem, setItem, setTheItem, splitTheItem
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getContainerBlockEntity
BlockEntity getContainerBlockEntity() -
stillValid
- Specified by:
stillValid
in interfaceContainer
-