get Item Facets
Returns a list of facets an item represents. For example an axe is an axe, but also a sword:
(SANDSTONE_BLOCK, 64) =>
[Block(SANDSTONE_BLOCK, 64)](DIAMOND_AXE, 1) =>
[Axe(DIAMOND_AXE, 1), Tool(DIAMOND_AXE, 1)]
Returns a list of facets an item represents. For example an axe is an axe, but also a sword:
(SANDSTONE_BLOCK, 64) =>[Block(SANDSTONE_BLOCK, 64)]
(DIAMOND_AXE, 1) =>[Axe(DIAMOND_AXE, 1), Tool(DIAMOND_AXE, 1)]