接口 WorldlyContainer
- 所有已知实现类:
AbstractFurnaceBlockEntity
,BlastFurnaceBlockEntity
,BrewingStandBlockEntity
,ComposterBlock.EmptyContainer
,ComposterBlock.InputContainer
,ComposterBlock.OutputContainer
,FurnaceBlockEntity
,ShulkerBoxBlockEntity
,SmokerBlockEntity
-
字段概要
从接口继承的字段 net.minecraft.world.Container
DEFAULT_DISTANCE_BUFFER
-
方法概要
修饰符和类型方法说明boolean
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_) 从接口继承的方法 net.minecraft.world.Clearable
clearContent
从接口继承的方法 net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen
-
方法详细资料
-
getSlotsForFace
-
canPlaceItemThroughFace
-
canTakeItemThroughFace
-