Skip to content

Using the MaterialAPI

PukPukov edited this page Jul 23, 2022 · 1 revision

The MaterialAPI makes it convenient to work with materials.

boolean bool = Flower.isFlower(Material material);
boolean bool = Ore.isOre(Material material);
boolean bool = Log.isLog(Material material);
Clone this wiki locally