-
Deprecated MethodsMethodDescriptionthis method loops through all the available materials and matches their ID using
XMaterial.getId()which takes a really long time. Plugins should no longer support IDs. If you want, you can make aMapcache yourself. This method obviously doesn't work for 1.13+ and will not be supported. This is only here for debugging purposes.not for removal, but usePotionEffectTypeinstead.
XBlock.isType(Block, XMaterial)orXBlock.isSimilar(Block, XMaterial)instead. If you want to save a block material somewhere, you need to useXMaterial.matchXMaterial(Material)