Interface Adapter
- All Known Implementing Classes:
BookAdapter,BukkitAdapter,HeadAdapter,ItemsAdderAdapter,OraxenAdapter,PotionAdapter,SkriptAdapter,SlimeFunAdapter,SpawnerAdapter,XMaterialAdapter
public interface Adapter
Adapter class for parsing, do not implement
-
Method Summary
Modifier and TypeMethodDescriptiontryMatch(org.bukkit.inventory.ItemStack stack) Try parsing a string as material using the specified adapter
-
Method Details
-
tryParse
Try parsing a string as material using the specified adapter- Parameters:
materialString- The String to parse- Returns:
- Maybe the material
-
tryMatch
-