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
Modifier and TypeClassDescriptionclass
class
-
Field Summary
Fields inherited from class io.lumine.utils.plugin.PluginModule
autoload, plugin, terminableRegistry
Fields inherited from interface io.lumine.utils.terminable.Terminable
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkCustomBlock
(org.bukkit.block.Block block, int id) org.bukkit.Material
getCustomBlockMaterial
(int id) net.Indyuce.mmoitems.api.util.MushroomState
getCustomBlockState
(int id) org.bukkit.inventory.ItemStack
getCustomItem
(String string) getCustomMMOBlock
(int id) getMMOItemsBlock
(int id) void
load
(MythicBukkit plugin) void
unload()
Methods inherited from class io.lumine.utils.plugin.ReloadableModule
reload
Methods inherited from class io.lumine.utils.plugin.PluginModule
bind, close, doBinding, getPlugin, setup
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.lumine.utils.terminable.Terminable
bindWith, closeAndReportException, closeSilently, hasTerminated, isClosed, terminate
Methods inherited from interface io.lumine.utils.terminable.TerminableConsumer
bindModule
Methods inherited from interface io.lumine.utils.terminable.TerminableModule
bindModuleWith
-
Constructor Details
-
MMOItemsSupport
-
-
Method Details
-
load
- Specified by:
load
in classio.lumine.utils.plugin.PluginModule<MythicBukkit>
-
unload
public void unload()- Specified by:
unload
in 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
-