Package net.minecraft.world.inventory
Interface CraftingContainer
- All Superinterfaces:
Clearable,Container,Iterable<ItemStack>,StackedContentsCompatible
- All Known Implementing Classes:
CrafterBlockEntity,TransientCraftingContainer
-
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 TypeMethodDescriptiondefault CraftingInputdefault CraftingInput.PositionedintgetItems()intgetWidth()Methods inherited from interface net.minecraft.world.Clearable
clearContentMethods inherited from interface net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, iterator, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpenMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface net.minecraft.world.inventory.StackedContentsCompatible
fillStackedContents
-
Method Details
-
getWidth
int getWidth() -
getHeight
int getHeight() -
getItems
-
asCraftInput
-
asPositionedCraftInput
-