I think I've encountered this when attempting getLocation on an ender chest (or fake ender chest inventory?) as well a couple years ago. Let me see what I did about this...
I think I've encountered this when attempting getLocation on an ender chest (or fake ender chest inventory?) as well a couple years ago. Let me see what I did about this...
Silent ender chest [is API-only](https://github.com/lishid/OpenInv/blob/master/internal/v1_16_R1/src/main/java/com/lishid/openinv/internal/v1_16_R1/AnySilentContainer.java#L173-L178) like I thought. Going to leave this open until I make time to double check it but it should be simple to reproduce.
```Java
InventoryView view = player.openInventory(bukkitPlayer.getEnderChest())
if (view != null) {
view.getTopInventory().getLocation();
}
```
Looks like this was fixed, kinda forgot about reporting it. Whoops.
Looks like this was [fixed](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/a339310c48548f0f82f923ff3f5fe2cdc7a8e8ba), kinda forgot about reporting it. Whoops.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Specifically a 1.16 problem, may be Spigot's problem and not ours - last I recall silent ender chest is purely API-based.
I think I've encountered this when attempting getLocation on an ender chest (or fake ender chest inventory?) as well a couple years ago. Let me see what I did about this...
This isn't what I recall, but search results gave me this: https://github.com/MLG-Fortress/PrettySimpleShop/pull/7
Silent ender chest is API-only like I thought. Going to leave this open until I make time to double check it but it should be simple to reproduce.
Looks like this was fixed, kinda forgot about reporting it. Whoops.