Class BlockUtilTest

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
me.hsgamer.hscore.bukkit.baseplugin.BasePlugin
io.github.projectunified.blockutil.test.BlockUtilTest
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public class BlockUtilTest extends me.hsgamer.hscore.bukkit.baseplugin.BasePlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    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 me.hsgamer.hscore.bukkit.baseplugin.BasePlugin

    getCommandManager, getPermissionClasses, getRegisteredCommand, onDisable, onEnable, onLoad, registerCommand, registerPermission

    Methods inherited from class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin

    addDisableFunction, addPostEnableRunnable, disable, getAllProviders, getProvider, load, loadProvider, postDisable, postEnable, preLoad, registerListener, registerProvider, registerProvider

    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
  • 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()
    • enable

      public void enable()
      Overrides:
      enable in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin