接口 WorldlyContainer
- 所有已知实现类:
AbstractFurnaceBlockEntity
,BlastFurnaceBlockEntity
,BrewingStandBlockEntity
,ComposterBlock.EmptyContainer
,ComposterBlock.InputContainer
,ComposterBlock.OutputContainer
,FurnaceBlockEntity
,ShulkerBoxBlockEntity
,SmokerBlockEntity
-
字段概要
从接口继承的字段 net.minecraft.world.Container
DEFAULT_DISTANCE_LIMIT, LARGE_MAX_STACK_SIZE
-
方法概要
修饰符和类型方法说明boolean
canPlaceItemThroughFace
(int pIndex, ItemStack pItemStack, Direction pDirection) boolean
canTakeItemThroughFace
(int pIndex, ItemStack pStack, Direction pDirection) int[]
getSlotsForFace
(Direction pSide) 从接口继承的方法 net.minecraft.world.Clearable
clearContent
从接口继承的方法 net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen
-
方法详细资料
-
getSlotsForFace
-
canPlaceItemThroughFace
-
canTakeItemThroughFace
-