[SPIGOT-2997] NPE on opening shulker box inventory Created: 09/Jan/17  Updated: 23/Jan/17  Resolved: 09/Jan/17

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: toyblocks Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: 1.11, bug, craftbukkit, shulkerbox
Environment:

java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
Windows 10 Home 64bit



 Description   

Not able to open an inventory of a shulker box not placed(item stack).

Sample code:

Player player = /* ... */;
ItemStack shulkerBox = /* ... */;
BlockStateMeta meta = (BlockStateMeta) shulkerBox.getItemMeta();
ShulkerBox state = (ShulkerBox) meta.getBlockState();
player.openInventory(state.getInventory());


 Comments   
Comment by BillyGalbreath [ 23/Jan/17 ]

@md_5 The problem with using a fake chest inventory is shulker box items can be placed into them. Would have been much better and simpler solution to add the current world the player is in to the tile entity data, similar to how opening a fake enchanting table currently does it.

Comment by md_5 [ 09/Jan/17 ]

Added clear exception disallowing this behaviour.
You should create a fake chest to open

Comment by Black Hole [ 09/Jan/17 ]

So you want support for opening the inventory of an unplaced shulker box?
Spigot could add some patches to support that. But applying changes of the inventory back to the shulker box won't be that easy.

Anyway, this is a feature request, not a bug and it's far from being "Major".

Generated at Thu Apr 03 15:55:02 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.