Interface BukkitBootstrapUtil
Utility interface for specific bukkit types that may not need to be wrapped,
but cannot safely be called during bootstrap.
- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptioncreateBlockData(Material material) Creates a new BlockData instance for the given material.static BukkitBootstrapUtilutil()Gets the current BukkitBootstrapUtil instance.
-
Method Details
-
createBlockData
-
util
Gets the current BukkitBootstrapUtil instance.- Returns:
- the current BukkitBootstrapUtil instance
- Since:
- 3.0.0
-