pub fn shulker_box(
inventory: Shared<PlayerInventory>,
container_id: u8,
container: impl Into<ContainerRef>,
) -> MenuExpand description
Builds a shulker box menu with 3 rows of 9 slots plus the player inventory.
pub fn shulker_box(
inventory: Shared<PlayerInventory>,
container_id: u8,
container: impl Into<ContainerRef>,
) -> MenuBuilds a shulker box menu with 3 rows of 9 slots plus the player inventory.