Package net.minecraft.world.ticks
Interface ContainerSingleItem.BlockContainerSingleItem
- All Superinterfaces:
Clearable,Container,ContainerSingleItem
- All Known Implementing Classes:
DecoratedPotBlockEntity,JukeboxBlockEntity
- Enclosing interface:
ContainerSingleItem
-
Nested Class Summary
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
Modifier and TypeMethodDescriptiondefault booleanstillValid(Player p_324363_) Don't rename this method to canInteractWith due to conflicts with ContainerMethods inherited from interface net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, setChanged, startOpen, stopOpenMethods inherited from interface net.minecraft.world.ticks.ContainerSingleItem
clearContent, getContainerSize, getItem, getTheItem, isEmpty, removeItem, removeItemNoUpdate, removeTheItem, setItem, setTheItem, splitTheItem
-
Method Details
-
getContainerBlockEntity
BlockEntity getContainerBlockEntity() -
stillValid
Description copied from interface:ContainerDon't rename this method to canInteractWith due to conflicts with Container- Specified by:
stillValidin interfaceContainer
-