Class MMOItemsSupport
java.lang.Object
io.lumine.utils.plugin.PluginModule<T>
io.lumine.utils.plugin.ReloadableModule<MythicBukkit>
io.lumine.mythic.bukkit.compatibility.MMOItemsSupport
- All Implemented Interfaces:
io.lumine.utils.terminable.Terminable,io.lumine.utils.terminable.TerminableConsumer,io.lumine.utils.terminable.TerminableModule,AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
Fields inherited from class io.lumine.utils.plugin.PluginModule
autoload, plugin, terminableRegistryFields inherited from interface io.lumine.utils.terminable.Terminable
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckCustomBlock(org.bukkit.block.Block block, int id) org.bukkit.MaterialgetCustomBlockMaterial(int id) net.Indyuce.mmoitems.api.util.MushroomStategetCustomBlockState(int id) org.bukkit.inventory.ItemStackgetCustomItem(String string) getCustomMMOBlock(int id) getMMOItemsBlock(int id) voidload(MythicBukkit plugin) voidunload()Methods inherited from class io.lumine.utils.plugin.ReloadableModule
reloadMethods inherited from class io.lumine.utils.plugin.PluginModule
bind, close, doBinding, getPlugin, setupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.lumine.utils.terminable.Terminable
bindWith, closeAndReportException, closeSilently, hasTerminated, isClosed, terminateMethods inherited from interface io.lumine.utils.terminable.TerminableConsumer
bindModuleMethods inherited from interface io.lumine.utils.terminable.TerminableModule
bindModuleWith
-
Constructor Details
-
MMOItemsSupport
-
-
Method Details
-
load
- Specified by:
loadin classio.lumine.utils.plugin.PluginModule<MythicBukkit>
-
unload
public void unload()- Specified by:
unloadin classio.lumine.utils.plugin.PluginModule<MythicBukkit>
-
checkCustomBlock
public boolean checkCustomBlock(org.bukkit.block.Block block, int id) -
getCustomBlockMaterial
public org.bukkit.Material getCustomBlockMaterial(int id) -
getCustomBlockState
public net.Indyuce.mmoitems.api.util.MushroomState getCustomBlockState(int id) -
getMMOItemsBlock
-
getCustomItem
-
getCustomMMOBlock
-