Class BlockUtilTest

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
io.github.projectunified.minelib.plugin.base.BasePlugin
io.github.projectunified.blockutil.spigot.test.BlockUtilTest
All Implemented Interfaces:
io.github.projectunified.minelib.plugin.base.Loadable, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public class BlockUtilTest extends io.github.projectunified.minelib.plugin.base.BasePlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    protected List<Object>
     
    Optional<org.bukkit.Location>
    getPos1(UUID uuid)
     
    Optional<org.bukkit.Location>
    getPos2(UUID uuid)
     
    void
    setPos1(UUID uuid, org.bukkit.Location location)
     
    void
    setPos2(UUID uuid, org.bukkit.Location location)
     

    Methods inherited from class io.github.projectunified.minelib.plugin.base.BasePlugin

    call, call, get, onDisable, onEnable, onLoad

    Methods inherited from class org.bukkit.plugin.java.JavaPlugin

    getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.github.projectunified.minelib.plugin.base.Loadable

    disable, load
  • Constructor Details

    • BlockUtilTest

      public BlockUtilTest()
  • Method Details

    • getPos1

      public Optional<org.bukkit.Location> getPos1(UUID uuid)
    • getPos2

      public Optional<org.bukkit.Location> getPos2(UUID uuid)
    • setPos1

      public void setPos1(UUID uuid, org.bukkit.Location location)
    • setPos2

      public void setPos2(UUID uuid, org.bukkit.Location location)
    • getBlockHandler

      public BlockHandler getBlockHandler()
    • getComponents

      protected List<Object> getComponents()
      Overrides:
      getComponents in class io.github.projectunified.minelib.plugin.base.BasePlugin
    • enable

      public void enable()