-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
1.19
-
Yes
minecraft:barrel has both facing and open properties, so Material.BARREL should have its own Barrel data interface in org.bukkit.block.data.type, which extends both Directional and Openable, instead of directly using the Directional interface.