From b82ad63aa405bf87b5df236380679d9f2d44b8c6 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 24 Dec 2016 16:02:42 -0500 Subject: [PATCH] D6.2 --- docs/org/phantomapi/Phantom.html | 2167 ++++++++++++++++ docs/org/phantomapi/ext/package-tree.html | 162 ++ docs/org/phantomapi/ext/package-use.html | 169 ++ .../gui/class-use/WindowBorder.html | 171 ++ docs/org/phantomapi/gui/package-frame.html | 42 + docs/org/phantomapi/gui/package-tree.html | 174 ++ docs/org/phantomapi/gui/package-use.html | 282 ++ .../phantomapi/hive/class-use/HyveChunk.html | 166 ++ .../phantomapi/hive/class-use/HyveEntity.html | 126 + .../phantomapi/lang/class-use/Adapter.html | 170 ++ .../phantomapi/lang/class-use/Alphabet.html | 183 ++ .../phantomapi/lang/class-use/ByteMap2D.html | 174 ++ .../phantomapi/lang/class-use/GAdapter.html | 126 + .../org/phantomapi/lang/class-use/GBiset.html | 126 + .../org/phantomapi/lang/class-use/GChunk.html | 278 ++ docs/org/phantomapi/lang/class-use/GFile.html | 169 ++ docs/org/phantomapi/lang/class-use/GList.html | 2297 +++++++++++++++++ docs/org/phantomapi/lang/class-use/GMap.html | 764 ++++++ .../phantomapi/lang/class-use/GQuadraset.html | 126 + docs/org/phantomapi/lang/class-use/GSet.html | 282 ++ .../org/phantomapi/lang/class-use/GSound.html | 126 + docs/org/phantomapi/lang/class-use/GTime.html | 126 + .../phantomapi/lang/class-use/GTriset.html | 168 ++ .../phantomapi/lang/class-use/GVector.html | 126 + docs/org/phantomapi/lang/class-use/Heaft.html | 177 ++ .../phantomapi/lang/class-use/Priority.html | 250 ++ .../phantomapi/lang/class-use/SortedGMap.html | 126 + docs/org/phantomapi/lang/class-use/Title.html | 247 ++ docs/org/phantomapi/nest/NestedBlock.html | 365 +++ .../nest/class-use/NestedChunk.html | 271 ++ .../nest/class-use/NestedObject.html | 176 ++ .../nest/class-use/PhantomBlockNest.html | 126 + .../nest/class-use/PhantomChunkNest.html | 126 + .../org/phantomapi/network/PhantomServer.html | 463 ++++ .../network/class-use/Download.html | 126 + .../network/class-use/FileDownload.html | 185 ++ .../network/class-use/PhantomNetwork.html | 126 + .../network/class-use/PhantomServer.html | 126 + .../network/class-use/PluginMessage.html | 170 ++ .../org/phantomapi/phast/PhastReloadNode.html | 334 +++ .../phast/class-use/PhastTitleNode.html | 126 + .../phast/class-use/PhastUnloadNode.html | 126 + .../phast/class-use/PhastWaitNode.html | 126 + .../org/phantomapi/phast/package-summary.html | 256 ++ docs/org/phantomapi/phast/package-use.html | 191 ++ .../phantomapi/physics/PhysicalObject.html | 545 ++++ .../physics/class-use/VectorMath.html | 126 + docs/org/phantomapi/physics/package-tree.html | 150 ++ docs/org/phantomapi/physics/package-use.html | 219 ++ .../placeholder/package-summary.html | 163 ++ .../phantomapi/placeholder/package-tree.html | 149 ++ .../phantomapi/placeholder/package-use.html | 161 ++ docs/org/phantomapi/ppa/package-tree.html | 145 ++ .../registry/class-use/ArtifactRegistry.html | 168 ++ .../registry/class-use/RegistryBank.html | 188 ++ .../phantomapi/registry/package-frame.html | 33 + .../phantomapi/registry/package-summary.html | 218 ++ .../org/phantomapi/registry/package-tree.html | 154 ++ docs/org/phantomapi/registry/package-use.html | 270 ++ .../class-use/VariableSchematic.html | 126 + .../schematic/class-use/WorldArtifact.html | 126 + .../schematic/class-use/WorldStructure.html | 126 + .../phantomapi/schematic/package-frame.html | 32 + .../phantomapi/schematic/package-summary.html | 210 ++ .../phantomapi/schematic/package-tree.html | 150 ++ .../org/phantomapi/schematic/package-use.html | 174 ++ 66 files changed, 16552 insertions(+) create mode 100644 docs/org/phantomapi/Phantom.html create mode 100644 docs/org/phantomapi/ext/package-tree.html create mode 100644 docs/org/phantomapi/ext/package-use.html create mode 100644 docs/org/phantomapi/gui/class-use/WindowBorder.html create mode 100644 docs/org/phantomapi/gui/package-frame.html create mode 100644 docs/org/phantomapi/gui/package-tree.html create mode 100644 docs/org/phantomapi/gui/package-use.html create mode 100644 docs/org/phantomapi/hive/class-use/HyveChunk.html create mode 100644 docs/org/phantomapi/hive/class-use/HyveEntity.html create mode 100644 docs/org/phantomapi/lang/class-use/Adapter.html create mode 100644 docs/org/phantomapi/lang/class-use/Alphabet.html create mode 100644 docs/org/phantomapi/lang/class-use/ByteMap2D.html create mode 100644 docs/org/phantomapi/lang/class-use/GAdapter.html create mode 100644 docs/org/phantomapi/lang/class-use/GBiset.html create mode 100644 docs/org/phantomapi/lang/class-use/GChunk.html create mode 100644 docs/org/phantomapi/lang/class-use/GFile.html create mode 100644 docs/org/phantomapi/lang/class-use/GList.html create mode 100644 docs/org/phantomapi/lang/class-use/GMap.html create mode 100644 docs/org/phantomapi/lang/class-use/GQuadraset.html create mode 100644 docs/org/phantomapi/lang/class-use/GSet.html create mode 100644 docs/org/phantomapi/lang/class-use/GSound.html create mode 100644 docs/org/phantomapi/lang/class-use/GTime.html create mode 100644 docs/org/phantomapi/lang/class-use/GTriset.html create mode 100644 docs/org/phantomapi/lang/class-use/GVector.html create mode 100644 docs/org/phantomapi/lang/class-use/Heaft.html create mode 100644 docs/org/phantomapi/lang/class-use/Priority.html create mode 100644 docs/org/phantomapi/lang/class-use/SortedGMap.html create mode 100644 docs/org/phantomapi/lang/class-use/Title.html create mode 100644 docs/org/phantomapi/nest/NestedBlock.html create mode 100644 docs/org/phantomapi/nest/class-use/NestedChunk.html create mode 100644 docs/org/phantomapi/nest/class-use/NestedObject.html create mode 100644 docs/org/phantomapi/nest/class-use/PhantomBlockNest.html create mode 100644 docs/org/phantomapi/nest/class-use/PhantomChunkNest.html create mode 100644 docs/org/phantomapi/network/PhantomServer.html create mode 100644 docs/org/phantomapi/network/class-use/Download.html create mode 100644 docs/org/phantomapi/network/class-use/FileDownload.html create mode 100644 docs/org/phantomapi/network/class-use/PhantomNetwork.html create mode 100644 docs/org/phantomapi/network/class-use/PhantomServer.html create mode 100644 docs/org/phantomapi/network/class-use/PluginMessage.html create mode 100644 docs/org/phantomapi/phast/PhastReloadNode.html create mode 100644 docs/org/phantomapi/phast/class-use/PhastTitleNode.html create mode 100644 docs/org/phantomapi/phast/class-use/PhastUnloadNode.html create mode 100644 docs/org/phantomapi/phast/class-use/PhastWaitNode.html create mode 100644 docs/org/phantomapi/phast/package-summary.html create mode 100644 docs/org/phantomapi/phast/package-use.html create mode 100644 docs/org/phantomapi/physics/PhysicalObject.html create mode 100644 docs/org/phantomapi/physics/class-use/VectorMath.html create mode 100644 docs/org/phantomapi/physics/package-tree.html create mode 100644 docs/org/phantomapi/physics/package-use.html create mode 100644 docs/org/phantomapi/placeholder/package-summary.html create mode 100644 docs/org/phantomapi/placeholder/package-tree.html create mode 100644 docs/org/phantomapi/placeholder/package-use.html create mode 100644 docs/org/phantomapi/ppa/package-tree.html create mode 100644 docs/org/phantomapi/registry/class-use/ArtifactRegistry.html create mode 100644 docs/org/phantomapi/registry/class-use/RegistryBank.html create mode 100644 docs/org/phantomapi/registry/package-frame.html create mode 100644 docs/org/phantomapi/registry/package-summary.html create mode 100644 docs/org/phantomapi/registry/package-tree.html create mode 100644 docs/org/phantomapi/registry/package-use.html create mode 100644 docs/org/phantomapi/schematic/class-use/VariableSchematic.html create mode 100644 docs/org/phantomapi/schematic/class-use/WorldArtifact.html create mode 100644 docs/org/phantomapi/schematic/class-use/WorldStructure.html create mode 100644 docs/org/phantomapi/schematic/package-frame.html create mode 100644 docs/org/phantomapi/schematic/package-summary.html create mode 100644 docs/org/phantomapi/schematic/package-tree.html create mode 100644 docs/org/phantomapi/schematic/package-use.html diff --git a/docs/org/phantomapi/Phantom.html b/docs/org/phantomapi/Phantom.html new file mode 100644 index 000000000..cd34d062f --- /dev/null +++ b/docs/org/phantomapi/Phantom.html @@ -0,0 +1,2167 @@ + + + + + + +Phantom (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.phantomapi
+

Class Phantom

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.event.Listener, org.bukkit.plugin.Plugin, Controllable, ControllerMessenger, TagProvider
    +
    +
    +
    +
    public class Phantom
    +extends PhantomPlugin
    +implements TagProvider
    +
    The Phantom Plugin. Useful for many things such as
    +
      +
    • Registering custom controllers
    • +
    • Getting the server information
    • +
    • Static access to the bukkit api and phantom framework
    • +
    • +

      + Loads of utilities and features

    • +
    +
    +
    Author:
    +
    cyberpwn
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        am

        +
        public static double am
        +
      • +
      + + + +
        +
      • +

        sm

        +
        public static double sm
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Phantom

        +
        public Phantom()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        onStart

        +
        public void onStart()
        +
        Description copied from interface: Controllable
        +
        Override for start. Called when this controller is starting up. This + could be + called async. If you need it sync, either use S.class, or + annotate @SyncStart + for this class
        +
        +
        Specified by:
        +
        onStart in interface Controllable
        +
        Overrides:
        +
        onStart in class ControllablePlugin
        +
        +
      • +
      + + + +
        +
      • +

        onStop

        +
        public void onStop()
        +
        Description copied from interface: Controllable
        +
        Override for stop. Called when the controller is stopping (likley a + plugin + disable)
        +
        +
        Specified by:
        +
        onStop in interface Controllable
        +
        Overrides:
        +
        onStop in class ControllablePlugin
        +
        +
      • +
      + + + +
        +
      • +

        getPPAID

        +
        public static String getPPAID()
        +
      • +
      + + + +
        +
      • +

        saveEnvironment

        +
        public void saveEnvironment()
        +
        Save the environment data. This saves all of the data put into the + environment data cluster
        +
      • +
      + + + +
        +
      • +

        pingServer

        +
        public static void pingServer(String server,
        +                              PhantomCommandSender s)
        +
        Ping another server on the network. This sends the message to the phantom + sender instance
        +
        +
        Parameters:
        +
        server - the server the server name
        +
        s - the command sender
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public Controllable getInstance(Class<?> clazz)
        +
        Get a controller by class
        +
        +
        Parameters:
        +
        clazz - the class
        +
        Returns:
        +
        the controller or null
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getServerName

        +
        public static String getServerName()
        +
        Get the server's name
        +
        +
        Returns:
        +
        the server
        +
        +
      • +
      + + + +
        +
      • +

        getEnvironmentData

        +
        public DataCluster getEnvironmentData()
        +
        Get environment data shared by plugins
        +
        +
        Returns:
        +
        DataCluster containing variables
        +
        +
      • +
      + + + +
        +
      • +

        target

        +
        public org.bukkit.Location target(org.bukkit.entity.Player p)
        +
        Get the target block location up to 512 blocks
        +
        +
        Parameters:
        +
        p - the player
        +
        Returns:
        +
        the target block
        +
        +
      • +
      + + + +
        +
      • +

        setEnvironmentData

        +
        public void setEnvironmentData(org.bukkit.plugin.Plugin source,
        +                               String key,
        +                               Object v)
        +
        Set environment variables
        +
        +
        Parameters:
        +
        key - the key
        +
        v - the value (make it a primitive, wrapper, string, or + List
        +
        +
      • +
      + + + +
        +
      • +

        registerPlugin

        +
        public void registerPlugin(org.bukkit.plugin.Plugin i)
        +
        Register a plugin
        +
        +
        Parameters:
        +
        i - the plugin
        +
        +
      • +
      + + + +
        +
      • +

        schedule

        +
        public static void schedule(String channel,
        +                            ExecutiveIterator<?> it)
        +
        Schedule an iterator to be run
        +
        +
        Parameters:
        +
        channel - the channel executor name
        +
        it - the iterator
        +
        +
      • +
      + + + +
        +
      • +

        getBungeeNameName

        +
        public static String getBungeeNameName()
        +
        Get the bungeecord server name
        +
        +
        Returns:
        +
        the name or null if not bungeecord
        +
        +
      • +
      + + + +
        +
      • +

        registerTransmitter

        +
        public static void registerTransmitter(Transmitter t)
        +
        Register transmitter
        +
        +
        Parameters:
        +
        t - the transmitter
        +
        +
      • +
      + + + +
        +
      • +

        unregisterTransmitter

        +
        public static void unregisterTransmitter(Transmitter t)
        +
        Unregister transmitter
        +
        +
        Parameters:
        +
        t - the transmitter
        +
        +
      • +
      + + + +
        +
      • +

        isBungeecord

        +
        public boolean isBungeecord()
        +
        Is phantom connected on a bungeecord network?
        +
        +
        Returns:
        +
        true if bungee is detected
        +
        +
      • +
      + + + +
        +
      • +

        getServers

        +
        public static List<String> getServers()
        +
        Get the list of servers on this network
        +
        +
        Returns:
        +
        returns null if not a network
        +
        +
      • +
      + + + +
        +
      • +

        getNetworkCount

        +
        public static int getNetworkCount()
        +
        Get the count of the network
        +
        +
        Returns:
        +
        returns 0 if not a network
        +
        +
      • +
      + + + +
        +
      • +

        reloadController

        +
        public void reloadController(String s)
        +
        Reload a controller
        +
        +
        Parameters:
        +
        s - the controller
        +
        +
      • +
      + + + + + + + +
        +
      • +

        roots

        +
        public GList<Controllable> roots()
        +
        Get all root controllers
        +
        +
        Returns:
        +
        the roots
        +
        +
      • +
      + + + +
        +
      • +

        getBinding

        +
        public Controllable getBinding(String name)
        +
        Get a registered controller by name
        +
        +
        Parameters:
        +
        name - the controllable name
        +
        Returns:
        +
        the controllable object on the server or null
        +
        +
      • +
      + + + +
        +
      • +

        getNetworkCount

        +
        public static int getNetworkCount(String server)
        +
        Get the count of a server on the network
        +
        +
        Parameters:
        +
        server - the server name
        +
        Returns:
        +
        returns 0 if not a server, not a network, or the number count
        +
        +
      • +
      + + + +
        +
      • +

        schedule

        +
        public static void schedule(ExecutiveIterator<?> it)
        +
        Schedule an iterator to be run on the default scheduled executor
        +
        +
        Parameters:
        +
        it - the iterator
        +
        +
      • +
      + + + +
        +
      • +

        queueNotification

        +
        public static void queueNotification(org.bukkit.entity.Player p,
        +                                     Notification n)
        +
        Queue a notification
        +
        +
        Parameters:
        +
        p - the player
        +
        n - the notification
        +
        +
      • +
      + + + +
        +
      • +

        queueNotification

        +
        public static void queueNotification(Notification n)
        +
        Schedule a notificiation to be played to everyone
        +
        +
        Parameters:
        +
        n - the notificiation
        +
        +
      • +
      + + + +
        +
      • +

        registerSilenced

        +
        public static void registerSilenced(D d)
        +
      • +
      + + + +
        +
      • +

        isSilenced

        +
        public static boolean isSilenced(D d)
        +
      • +
      + + + +
        +
      • +

        getController

        +
        public Controllable getController(org.bukkit.plugin.Plugin p)
        +
      • +
      + + + +
        +
      • +

        isPhantomPlugin

        +
        public boolean isPhantomPlugin(org.bukkit.plugin.Plugin p)
        +
      • +
      + + + +
        +
      • +

        on

        +
        public void on(org.bukkit.event.player.PlayerCommandPreprocessEvent e)
        +
      • +
      + + + +
        +
      • +

        onCommand

        +
        public boolean onCommand(org.bukkit.command.CommandSender sender,
        +                         org.bukkit.command.Command command,
        +                         String label,
        +                         String[] args)
        +
        +
        Specified by:
        +
        onCommand in interface org.bukkit.command.CommandExecutor
        +
        Overrides:
        +
        onCommand in class org.bukkit.plugin.java.JavaPlugin
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        splash

        +
        public static void splash(String... m)
        +
      • +
      + + + +
        +
      • +

        thrash

        +
        public static void thrash(org.bukkit.command.CommandSender sender)
        +
      • +
      + + + +
        +
      • +

        thrash

        +
        public static void thrash()
        +
      • +
      + + + +
        +
      • +

        status

        +
        public DataCluster status()
        +
        Get the data cluster status
        +
        +
        Returns:
        +
        the status
        +
        +
      • +
      + + + +
        +
      • +

        isSync

        +
        public static boolean isSync()
        +
        Check if the current thread is sync
        +
        +
        Returns:
        +
        true if it is
        +
        +
      • +
      + + + +
        +
      • +

        isAsync

        +
        public static boolean isAsync()
        +
        Check if the current thread is async
        +
        +
        Returns:
        +
        true if the current thread is async
        +
        +
      • +
      + + + +
        +
      • +

        printBindings

        +
        public void printBindings(org.bukkit.command.CommandSender sender)
        +
        Print all bindings
        +
        +
        Parameters:
        +
        sender - the sender
        +
        +
      • +
      + + + +
        +
      • +

        logBindings

        +
        public void logBindings(D c)
        +
        Log all bound controllers
        +
        +
        Parameters:
        +
        c - the controller dispatcher
        +
        +
      • +
      + + + +
        +
      • +

        instance

        +
        public static Phantom instance()
        +
        Grab the instance of Phantom
        +
        +
        Returns:
        +
        phantom instance
        +
        +
      • +
      + + + +
        +
      • +

        saveSql

        +
        public void saveSql(Configurable c,
        +                    Runnable finish)
        +
        Request to save data from the cluster into the defined database. If the + database is not defined, data wont be saved.
        +
        +
        Parameters:
        +
        c - the configurable object to save
        +
        finish - the runnable (when its been executed. Usually the same tick or + the one after)
        +
        +
      • +
      + + + +
        +
      • +

        loadSql

        +
        public void loadSql(Configurable c,
        +                    Runnable finish)
        +
        Request to load data from the cluster into the defined database. If the + database is not defined, data wont be loaded into the cluster.
        +
        +
        Parameters:
        +
        c - the configurable object to save
        +
        finish - the runnable (when its been executed. Usually the same tick or + the one after)
        +
        +
      • +
      + + + + + + + +
        +
      • +

        bindController

        +
        public void bindController(Controllable c)
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public static Phantom getInstance()
        +
      • +
      + + + +
        +
      • +

        getEnvironment

        +
        public DataCluster getEnvironment()
        +
      • +
      + + + + + + + +
        +
      • +

        getTestController

        +
        public TestController getTestController()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getEventRippler

        +
        public EventRippler getEventRippler()
        +
      • +
      + + + +
        +
      • +

        getDms

        +
        public DMS getDms()
        +
      • +
      + + + + + + + +
        +
      • +

        getPlugins

        +
        public GList<org.bukkit.plugin.Plugin> getPlugins()
        +
      • +
      + + + +
        +
      • +

        getEnvFile

        +
        public File getEnvFile()
        +
      • +
      + + + + + + + +
        +
      • +

        getProtocolLib

        +
        public com.comphenix.protocol.ProtocolManager getProtocolLib()
        +
      • +
      + + + + + + + +
        +
      • +

        unbindController

        +
        public void unbindController(Controllable c)
        +
      • +
      + + + +
        +
      • +

        getChatTag

        +
        public String getChatTag()
        +
        Description copied from interface: TagProvider
        +
        Get the chat tag for this object
        +
        +
        Specified by:
        +
        getChatTag in interface TagProvider
        +
        Returns:
        +
        the object
        +
        +
      • +
      + + + +
        +
      • +

        getChatTagHover

        +
        public String getChatTagHover()
        +
        Description copied from interface: TagProvider
        +
        Get the chat hover tag for this object
        +
        +
        Specified by:
        +
        getChatTagHover in interface TagProvider
        +
        Returns:
        +
        the object
        +
        +
      • +
      + + + +
        +
      • +

        r

        +
        public static GlobalRegistry r()
        +
        Shortcut for global registry
        +
        +
        Returns:
        +
        global registry
        +
        +
      • +
      + + + +
        +
      • +

        getRegistry

        +
        public static GlobalRegistry getRegistry()
        +
        Get the global registry
        +
        +
        Returns:
        +
        the registry
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getAm

        +
        public static double getAm()
        +
      • +
      + + + +
        +
      • +

        getSm

        +
        public static double getSm()
        +
      • +
      + + + +
        +
      • +

        isSyncStart

        +
        public static boolean isSyncStart()
        +
      • +
      + + + + + + + +
        +
      • +

        getNsx

        +
        public Long getNsx()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getSalt

        +
        public String getSalt()
        +
      • +
      + + + +
        +
      • +

        getGlobalRegistry

        +
        public GlobalRegistry getGlobalRegistry()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getBungeeNetwork

        +
        public static Network getBungeeNetwork()
        +
      • +
      + + + +
        +
      • +

        getEditSession

        +
        public static PhantomEditSession getEditSession(org.bukkit.World w)
        +
      • +
      + + + +
        +
      • +

        sync

        +
        public static <T> T sync(RunVal<T> t)
        +
      • +
      + + + +
        +
      • +

        sync

        +
        public static void sync(Runnable runnable)
        +
      • +
      + + + +
        +
      • +

        async

        +
        public static void async(Runnable runnable)
        +
      • +
      + + + +
        +
      • +

        getThread

        +
        public static Long getThread()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getNestController

        +
        public NestController getNestController()
        +
      • +
      + + + +
        +
      • +

        syncStart

        +
        public static boolean syncStart()
        +
      • +
      + + + + + + + +
        +
      • +

        getSaltpile

        +
        public SpeechMesh getSaltpile()
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        setSlate

        +
        public void setSlate(org.bukkit.entity.Player p,
        +                     Slate slate)
        +
        Set the slate
        +
        +
        Parameters:
        +
        p - the player
        +
        slate - the slate
        +
        +
      • +
      + + + +
        +
      • +

        removeSlate

        +
        public void removeSlate(org.bukkit.entity.Player p)
        +
        Remove the slate
        +
        +
        Parameters:
        +
        p - the player
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getEcon

        +
        public net.milkbowl.vault.economy.Economy getEcon()
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        getPpaController

        +
        public PPAController getPpaController()
        +
      • +
      + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/ext/package-tree.html b/docs/org/phantomapi/ext/package-tree.html new file mode 100644 index 000000000..f800ef206 --- /dev/null +++ b/docs/org/phantomapi/ext/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +org.phantomapi.ext Class Hierarchy (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.phantomapi.ext

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/ext/package-use.html b/docs/org/phantomapi/ext/package-use.html new file mode 100644 index 000000000..b62baec05 --- /dev/null +++ b/docs/org/phantomapi/ext/package-use.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Package org.phantomapi.ext (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.phantomapi.ext

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/gui/class-use/WindowBorder.html b/docs/org/phantomapi/gui/class-use/WindowBorder.html new file mode 100644 index 000000000..ec5fb5214 --- /dev/null +++ b/docs/org/phantomapi/gui/class-use/WindowBorder.html @@ -0,0 +1,171 @@ + + + + + + +Uses of Class org.phantomapi.gui.WindowBorder (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.gui.WindowBorder

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/gui/package-frame.html b/docs/org/phantomapi/gui/package-frame.html new file mode 100644 index 000000000..a9fd84d67 --- /dev/null +++ b/docs/org/phantomapi/gui/package-frame.html @@ -0,0 +1,42 @@ + + + + + + +org.phantomapi.gui (Phantom D6 API) + + + + + +

org.phantomapi.gui

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/docs/org/phantomapi/gui/package-tree.html b/docs/org/phantomapi/gui/package-tree.html new file mode 100644 index 000000000..d77f4847f --- /dev/null +++ b/docs/org/phantomapi/gui/package-tree.html @@ -0,0 +1,174 @@ + + + + + + +org.phantomapi.gui Class Hierarchy (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.phantomapi.gui

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/gui/package-use.html b/docs/org/phantomapi/gui/package-use.html new file mode 100644 index 000000000..945e5cbe9 --- /dev/null +++ b/docs/org/phantomapi/gui/package-use.html @@ -0,0 +1,282 @@ + + + + + + +Uses of Package org.phantomapi.gui (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.phantomapi.gui

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/hive/class-use/HyveChunk.html b/docs/org/phantomapi/hive/class-use/HyveChunk.html new file mode 100644 index 000000000..f397818bb --- /dev/null +++ b/docs/org/phantomapi/hive/class-use/HyveChunk.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Interface org.phantomapi.hive.HyveChunk (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
org.phantomapi.hive.HyveChunk

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/hive/class-use/HyveEntity.html b/docs/org/phantomapi/hive/class-use/HyveEntity.html new file mode 100644 index 000000000..e2f0b89bb --- /dev/null +++ b/docs/org/phantomapi/hive/class-use/HyveEntity.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.phantomapi.hive.HyveEntity (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
org.phantomapi.hive.HyveEntity

+
+
No usage of org.phantomapi.hive.HyveEntity
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/Adapter.html b/docs/org/phantomapi/lang/class-use/Adapter.html new file mode 100644 index 000000000..584848996 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/Adapter.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Interface org.phantomapi.lang.Adapter (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
org.phantomapi.lang.Adapter

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/Alphabet.html b/docs/org/phantomapi/lang/class-use/Alphabet.html new file mode 100644 index 000000000..12ad06bfd --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/Alphabet.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Class org.phantomapi.lang.Alphabet (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.Alphabet

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/ByteMap2D.html b/docs/org/phantomapi/lang/class-use/ByteMap2D.html new file mode 100644 index 000000000..d6adc0483 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/ByteMap2D.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Class org.phantomapi.lang.ByteMap2D (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.ByteMap2D

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GAdapter.html b/docs/org/phantomapi/lang/class-use/GAdapter.html new file mode 100644 index 000000000..3981ec496 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GAdapter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.lang.GAdapter (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GAdapter

+
+
No usage of org.phantomapi.lang.GAdapter
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GBiset.html b/docs/org/phantomapi/lang/class-use/GBiset.html new file mode 100644 index 000000000..363c08506 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GBiset.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.lang.GBiset (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GBiset

+
+
No usage of org.phantomapi.lang.GBiset
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GChunk.html b/docs/org/phantomapi/lang/class-use/GChunk.html new file mode 100644 index 000000000..18aab4799 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GChunk.html @@ -0,0 +1,278 @@ + + + + + + +Uses of Class org.phantomapi.lang.GChunk (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GChunk

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GFile.html b/docs/org/phantomapi/lang/class-use/GFile.html new file mode 100644 index 000000000..3a54f99b5 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GFile.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class org.phantomapi.lang.GFile (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GFile

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GList.html b/docs/org/phantomapi/lang/class-use/GList.html new file mode 100644 index 000000000..fb5c27b76 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GList.html @@ -0,0 +1,2297 @@ + + + + + + +Uses of Class org.phantomapi.lang.GList (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GList

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GMap.html b/docs/org/phantomapi/lang/class-use/GMap.html new file mode 100644 index 000000000..6cbd60680 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GMap.html @@ -0,0 +1,764 @@ + + + + + + +Uses of Class org.phantomapi.lang.GMap (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GMap

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GQuadraset.html b/docs/org/phantomapi/lang/class-use/GQuadraset.html new file mode 100644 index 000000000..45a00ed13 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GQuadraset.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.lang.GQuadraset (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GQuadraset

+
+
No usage of org.phantomapi.lang.GQuadraset
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GSet.html b/docs/org/phantomapi/lang/class-use/GSet.html new file mode 100644 index 000000000..d6884b92f --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GSet.html @@ -0,0 +1,282 @@ + + + + + + +Uses of Class org.phantomapi.lang.GSet (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GSet

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GSound.html b/docs/org/phantomapi/lang/class-use/GSound.html new file mode 100644 index 000000000..b5562f889 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GSound.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.lang.GSound (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GSound

+
+
No usage of org.phantomapi.lang.GSound
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GTime.html b/docs/org/phantomapi/lang/class-use/GTime.html new file mode 100644 index 000000000..788a0c21c --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GTime.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.lang.GTime (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GTime

+
+
No usage of org.phantomapi.lang.GTime
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GTriset.html b/docs/org/phantomapi/lang/class-use/GTriset.html new file mode 100644 index 000000000..3ae31293a --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GTriset.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.phantomapi.lang.GTriset (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GTriset

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/GVector.html b/docs/org/phantomapi/lang/class-use/GVector.html new file mode 100644 index 000000000..5a52e210c --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/GVector.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.lang.GVector (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.GVector

+
+
No usage of org.phantomapi.lang.GVector
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/Heaft.html b/docs/org/phantomapi/lang/class-use/Heaft.html new file mode 100644 index 000000000..563708394 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/Heaft.html @@ -0,0 +1,177 @@ + + + + + + +Uses of Class org.phantomapi.lang.Heaft (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.Heaft

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/Priority.html b/docs/org/phantomapi/lang/class-use/Priority.html new file mode 100644 index 000000000..737dfc570 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/Priority.html @@ -0,0 +1,250 @@ + + + + + + +Uses of Class org.phantomapi.lang.Priority (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.Priority

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/SortedGMap.html b/docs/org/phantomapi/lang/class-use/SortedGMap.html new file mode 100644 index 000000000..22a5ea3e0 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/SortedGMap.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.lang.SortedGMap (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.SortedGMap

+
+
No usage of org.phantomapi.lang.SortedGMap
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/lang/class-use/Title.html b/docs/org/phantomapi/lang/class-use/Title.html new file mode 100644 index 000000000..2a5fafb05 --- /dev/null +++ b/docs/org/phantomapi/lang/class-use/Title.html @@ -0,0 +1,247 @@ + + + + + + +Uses of Class org.phantomapi.lang.Title (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.lang.Title

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/nest/NestedBlock.html b/docs/org/phantomapi/nest/NestedBlock.html new file mode 100644 index 000000000..1c693de10 --- /dev/null +++ b/docs/org/phantomapi/nest/NestedBlock.html @@ -0,0 +1,365 @@ + + + + + + +NestedBlock (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.phantomapi.nest
+

Class NestedBlock

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/nest/class-use/NestedChunk.html b/docs/org/phantomapi/nest/class-use/NestedChunk.html new file mode 100644 index 000000000..6ee9b39d9 --- /dev/null +++ b/docs/org/phantomapi/nest/class-use/NestedChunk.html @@ -0,0 +1,271 @@ + + + + + + +Uses of Class org.phantomapi.nest.NestedChunk (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.nest.NestedChunk

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/nest/class-use/NestedObject.html b/docs/org/phantomapi/nest/class-use/NestedObject.html new file mode 100644 index 000000000..c3e38500b --- /dev/null +++ b/docs/org/phantomapi/nest/class-use/NestedObject.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.phantomapi.nest.NestedObject (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.nest.NestedObject

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/nest/class-use/PhantomBlockNest.html b/docs/org/phantomapi/nest/class-use/PhantomBlockNest.html new file mode 100644 index 000000000..b06b0c3b6 --- /dev/null +++ b/docs/org/phantomapi/nest/class-use/PhantomBlockNest.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.nest.PhantomBlockNest (Phantom P API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.nest.PhantomBlockNest

+
+
No usage of org.phantomapi.nest.PhantomBlockNest
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/nest/class-use/PhantomChunkNest.html b/docs/org/phantomapi/nest/class-use/PhantomChunkNest.html new file mode 100644 index 000000000..e0827403a --- /dev/null +++ b/docs/org/phantomapi/nest/class-use/PhantomChunkNest.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.nest.PhantomChunkNest (Phantom P API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.nest.PhantomChunkNest

+
+
No usage of org.phantomapi.nest.PhantomChunkNest
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/network/PhantomServer.html b/docs/org/phantomapi/network/PhantomServer.html new file mode 100644 index 000000000..551c243e2 --- /dev/null +++ b/docs/org/phantomapi/network/PhantomServer.html @@ -0,0 +1,463 @@ + + + + + + +PhantomServer (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.phantomapi.network
+

Class PhantomServer

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PhantomServer

        +
        public PhantomServer(Network network,
        +                     String name)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        refresh

        +
        public abstract void refresh()
        +
        Description copied from interface: Refreshable
        +
        Refresh the object
        +
        +
        Specified by:
        +
        refresh in interface Refreshable
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Description copied from interface: NetworkedServer
        +
        Get the name of this server
        +
        +
        Specified by:
        +
        getName in interface NetworkedServer
        +
        Returns:
        +
        the name of the server
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isRemote

        +
        public Boolean isRemote()
        +
        Description copied from interface: NetworkedServer
        +
        Check if this server is a remote server or is the remote server actually + this server
        +
        +
        Specified by:
        +
        isRemote in interface NetworkedServer
        +
        Returns:
        +
        true if the server is not THIS server
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        update

        +
        public void update(GList<String> players)
        +
      • +
      + + + +
        +
      • +

        sendPlayer

        +
        public void sendPlayer(org.bukkit.entity.Player p)
        +
        Description copied from interface: NetworkedServer
        +
        Send a player to this server
        +
        +
        Specified by:
        +
        sendPlayer in interface NetworkedServer
        +
        Parameters:
        +
        p - the player
        +
        +
      • +
      + + + +
        +
      • +

        isLobby

        +
        public boolean isLobby()
        +
        Description copied from interface: NetworkedServer
        +
        Is this server a lobby server?
        +
        +
        Specified by:
        +
        isLobby in interface NetworkedServer
        +
        Returns:
        +
        true if it is
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/network/class-use/Download.html b/docs/org/phantomapi/network/class-use/Download.html new file mode 100644 index 000000000..3d16d5af7 --- /dev/null +++ b/docs/org/phantomapi/network/class-use/Download.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.network.Download (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.network.Download

+
+
No usage of org.phantomapi.network.Download
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/network/class-use/FileDownload.html b/docs/org/phantomapi/network/class-use/FileDownload.html new file mode 100644 index 000000000..3895a290a --- /dev/null +++ b/docs/org/phantomapi/network/class-use/FileDownload.html @@ -0,0 +1,185 @@ + + + + + + +Uses of Class org.phantomapi.network.FileDownload (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.network.FileDownload

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/network/class-use/PhantomNetwork.html b/docs/org/phantomapi/network/class-use/PhantomNetwork.html new file mode 100644 index 000000000..d39b234af --- /dev/null +++ b/docs/org/phantomapi/network/class-use/PhantomNetwork.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.network.PhantomNetwork (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.network.PhantomNetwork

+
+
No usage of org.phantomapi.network.PhantomNetwork
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/network/class-use/PhantomServer.html b/docs/org/phantomapi/network/class-use/PhantomServer.html new file mode 100644 index 000000000..144092932 --- /dev/null +++ b/docs/org/phantomapi/network/class-use/PhantomServer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.network.PhantomServer (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.network.PhantomServer

+
+
No usage of org.phantomapi.network.PhantomServer
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/network/class-use/PluginMessage.html b/docs/org/phantomapi/network/class-use/PluginMessage.html new file mode 100644 index 000000000..823dac04b --- /dev/null +++ b/docs/org/phantomapi/network/class-use/PluginMessage.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.phantomapi.network.PluginMessage (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.network.PluginMessage

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/phast/PhastReloadNode.html b/docs/org/phantomapi/phast/PhastReloadNode.html new file mode 100644 index 000000000..fed6f1de5 --- /dev/null +++ b/docs/org/phantomapi/phast/PhastReloadNode.html @@ -0,0 +1,334 @@ + + + + + + +PhastReloadNode (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.phantomapi.phast
+

Class PhastReloadNode

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    PhastCommand
    +
    +
    +
    +
    public class PhastReloadNode
    +extends PhastNode
    +
    A Node for reloading controllers
    +
    +
    Author:
    +
    cyberpwn
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PhastReloadNode

        +
        public PhastReloadNode()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        phastHelp

        +
        public String phastHelp()
        +
        Description copied from interface: PhastCommand
        +
        Helpful information on what this phast command set does
        +
        +
        Returns:
        +
        the help information
        +
        +
      • +
      + + + +
        +
      • +

        on

        +
        public void on(String[] args)
        +
        +
        Specified by:
        +
        on in class PhastNode
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/phast/class-use/PhastTitleNode.html b/docs/org/phantomapi/phast/class-use/PhastTitleNode.html new file mode 100644 index 000000000..64de3ca09 --- /dev/null +++ b/docs/org/phantomapi/phast/class-use/PhastTitleNode.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.phast.PhastTitleNode (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.phast.PhastTitleNode

+
+
No usage of org.phantomapi.phast.PhastTitleNode
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/phast/class-use/PhastUnloadNode.html b/docs/org/phantomapi/phast/class-use/PhastUnloadNode.html new file mode 100644 index 000000000..50256a8f9 --- /dev/null +++ b/docs/org/phantomapi/phast/class-use/PhastUnloadNode.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.phast.PhastUnloadNode (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.phast.PhastUnloadNode

+
+
No usage of org.phantomapi.phast.PhastUnloadNode
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/phast/class-use/PhastWaitNode.html b/docs/org/phantomapi/phast/class-use/PhastWaitNode.html new file mode 100644 index 000000000..6f3f5dd03 --- /dev/null +++ b/docs/org/phantomapi/phast/class-use/PhastWaitNode.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.phast.PhastWaitNode (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.phast.PhastWaitNode

+
+
No usage of org.phantomapi.phast.PhastWaitNode
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/phast/package-summary.html b/docs/org/phantomapi/phast/package-summary.html new file mode 100644 index 000000000..2f47619c6 --- /dev/null +++ b/docs/org/phantomapi/phast/package-summary.html @@ -0,0 +1,256 @@ + + + + + + +org.phantomapi.phast (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package org.phantomapi.phast

+
+
A Small scripting language for in game management
+
+

See: Description

+
+
+ + + + +

Package org.phantomapi.phast Description

+
A Small scripting language for in game management
+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/phast/package-use.html b/docs/org/phantomapi/phast/package-use.html new file mode 100644 index 000000000..8c3041dbb --- /dev/null +++ b/docs/org/phantomapi/phast/package-use.html @@ -0,0 +1,191 @@ + + + + + + +Uses of Package org.phantomapi.phast (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.phantomapi.phast

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/physics/PhysicalObject.html b/docs/org/phantomapi/physics/PhysicalObject.html new file mode 100644 index 000000000..61eeed24c --- /dev/null +++ b/docs/org/phantomapi/physics/PhysicalObject.html @@ -0,0 +1,545 @@ + + + + + + +PhysicalObject (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.phantomapi.physics
+

Class PhysicalObject

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        location

        +
        protected org.bukkit.Location location
        +
      • +
      + + + +
        +
      • +

        velocity

        +
        protected org.bukkit.util.Vector velocity
        +
      • +
      + + + +
        +
      • +

        volume

        +
        protected org.bukkit.util.Vector volume
        +
      • +
      + + + +
        +
      • +

        mass

        +
        protected Double mass
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PhysicalObject

        +
        public PhysicalObject(org.bukkit.Location location,
        +                      org.bukkit.util.Vector volume,
        +                      Double mass)
        +
        Create a physical object unbound to an entity (movable)
        +
        +
        Parameters:
        +
        location - the initial location
        +
        volume - the volume
        +
        mass - the mass
        +
        +
      • +
      + + + +
        +
      • +

        PhysicalObject

        +
        public PhysicalObject(org.bukkit.Location location,
        +                      org.bukkit.util.Vector volume)
        +
        Create a physical object (movable)
        +
        +
        Parameters:
        +
        location - the location
        +
        volume - the volume
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getLocation

        +
        public org.bukkit.Location getLocation()
        +
        Description copied from interface: Physical
        +
        Get the location
        +
        +
        Specified by:
        +
        getLocation in interface Physical
        +
        Returns:
        +
        the location
        +
        +
      • +
      + + + +
        +
      • +

        getVelocity

        +
        public org.bukkit.util.Vector getVelocity()
        +
        Description copied from interface: Physical
        +
        Get the velocity
        +
        +
        Specified by:
        +
        getVelocity in interface Physical
        +
        Returns:
        +
        the vector
        +
        +
      • +
      + + + +
        +
      • +

        getVolume

        +
        public org.bukkit.util.Vector getVolume()
        +
        Description copied from interface: Physical
        +
        Get the volume in the form of a vector w,h,d
        +
        +
        Specified by:
        +
        getVolume in interface Physical
        +
        Returns:
        +
        the vector
        +
        +
      • +
      + + + +
        +
      • +

        getMass

        +
        public Double getMass()
        +
        Description copied from interface: Physical
        +
        Get the mass of the object
        +
        +
        Specified by:
        +
        getMass in interface Physical
        +
        Returns:
        +
        the double mass
        +
        +
      • +
      + + + +
        +
      • +

        getDensity

        +
        public Double getDensity()
        +
        Description copied from interface: Physical
        +
        Calculate density using the volume and mass
        +
        +
        Specified by:
        +
        getDensity in interface Physical
        +
        Returns:
        +
        double density
        +
        +
      • +
      + + + +
        +
      • +

        influenceGravity

        +
        public void influenceGravity(Physical p)
        +
        Description copied from interface: Physical
        +
        Influence gravity with another physical object
        +
        +
        Specified by:
        +
        influenceGravity in interface Physical
        +
        Parameters:
        +
        p - the other object
        +
        +
      • +
      + + + +
        +
      • +

        influenceForce

        +
        public void influenceForce(org.bukkit.util.Vector v)
        +
        Description copied from interface: Physical
        +
        Influence a force
        +
        +
        Specified by:
        +
        influenceForce in interface Physical
        +
        Parameters:
        +
        v - the force
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/physics/class-use/VectorMath.html b/docs/org/phantomapi/physics/class-use/VectorMath.html new file mode 100644 index 000000000..49da1aea8 --- /dev/null +++ b/docs/org/phantomapi/physics/class-use/VectorMath.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.physics.VectorMath (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.physics.VectorMath

+
+
No usage of org.phantomapi.physics.VectorMath
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/physics/package-tree.html b/docs/org/phantomapi/physics/package-tree.html new file mode 100644 index 000000000..1a2c5d444 --- /dev/null +++ b/docs/org/phantomapi/physics/package-tree.html @@ -0,0 +1,150 @@ + + + + + + +org.phantomapi.physics Class Hierarchy (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.phantomapi.physics

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/physics/package-use.html b/docs/org/phantomapi/physics/package-use.html new file mode 100644 index 000000000..eb9aed07a --- /dev/null +++ b/docs/org/phantomapi/physics/package-use.html @@ -0,0 +1,219 @@ + + + + + + +Uses of Package org.phantomapi.physics (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.phantomapi.physics

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/placeholder/package-summary.html b/docs/org/phantomapi/placeholder/package-summary.html new file mode 100644 index 000000000..61f9d1b7c --- /dev/null +++ b/docs/org/phantomapi/placeholder/package-summary.html @@ -0,0 +1,163 @@ + + + + + + +org.phantomapi.placeholder (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package org.phantomapi.placeholder

+
+
Placeholder hooks for placeholderapi along with wrappers for other plugins
+
+

See: Description

+
+
+ + + + +

Package org.phantomapi.placeholder Description

+
Placeholder hooks for placeholderapi along with wrappers for other plugins
+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/placeholder/package-tree.html b/docs/org/phantomapi/placeholder/package-tree.html new file mode 100644 index 000000000..47a2c9f83 --- /dev/null +++ b/docs/org/phantomapi/placeholder/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +org.phantomapi.placeholder Class Hierarchy (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.phantomapi.placeholder

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/placeholder/package-use.html b/docs/org/phantomapi/placeholder/package-use.html new file mode 100644 index 000000000..32ceee3bd --- /dev/null +++ b/docs/org/phantomapi/placeholder/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package org.phantomapi.placeholder (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.phantomapi.placeholder

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/ppa/package-tree.html b/docs/org/phantomapi/ppa/package-tree.html new file mode 100644 index 000000000..d48a57eeb --- /dev/null +++ b/docs/org/phantomapi/ppa/package-tree.html @@ -0,0 +1,145 @@ + + + + + + +org.phantomapi.ppa Class Hierarchy (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.phantomapi.ppa

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/registry/class-use/ArtifactRegistry.html b/docs/org/phantomapi/registry/class-use/ArtifactRegistry.html new file mode 100644 index 000000000..6bd2002fb --- /dev/null +++ b/docs/org/phantomapi/registry/class-use/ArtifactRegistry.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.phantomapi.registry.ArtifactRegistry (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.registry.ArtifactRegistry

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/registry/class-use/RegistryBank.html b/docs/org/phantomapi/registry/class-use/RegistryBank.html new file mode 100644 index 000000000..149454c78 --- /dev/null +++ b/docs/org/phantomapi/registry/class-use/RegistryBank.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class org.phantomapi.registry.RegistryBank (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.registry.RegistryBank

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/registry/package-frame.html b/docs/org/phantomapi/registry/package-frame.html new file mode 100644 index 000000000..6aa74ec29 --- /dev/null +++ b/docs/org/phantomapi/registry/package-frame.html @@ -0,0 +1,33 @@ + + + + + + +org.phantomapi.registry (Phantom D6 API) + + + + + +

org.phantomapi.registry

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/org/phantomapi/registry/package-summary.html b/docs/org/phantomapi/registry/package-summary.html new file mode 100644 index 000000000..6c1cf6422 --- /dev/null +++ b/docs/org/phantomapi/registry/package-summary.html @@ -0,0 +1,218 @@ + + + + + + +org.phantomapi.registry (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package org.phantomapi.registry

+
+
Registries for effects and artifacts, along with schematics and banks
+
+

See: Description

+
+
+ + + + +

Package org.phantomapi.registry Description

+
Registries for effects and artifacts, along with schematics and banks
+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/registry/package-tree.html b/docs/org/phantomapi/registry/package-tree.html new file mode 100644 index 000000000..3f92d0e87 --- /dev/null +++ b/docs/org/phantomapi/registry/package-tree.html @@ -0,0 +1,154 @@ + + + + + + +org.phantomapi.registry Class Hierarchy (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.phantomapi.registry

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/registry/package-use.html b/docs/org/phantomapi/registry/package-use.html new file mode 100644 index 000000000..c7f33daa4 --- /dev/null +++ b/docs/org/phantomapi/registry/package-use.html @@ -0,0 +1,270 @@ + + + + + + +Uses of Package org.phantomapi.registry (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.phantomapi.registry

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/schematic/class-use/VariableSchematic.html b/docs/org/phantomapi/schematic/class-use/VariableSchematic.html new file mode 100644 index 000000000..c85d67379 --- /dev/null +++ b/docs/org/phantomapi/schematic/class-use/VariableSchematic.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.schematic.VariableSchematic (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.schematic.VariableSchematic

+
+
No usage of org.phantomapi.schematic.VariableSchematic
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/schematic/class-use/WorldArtifact.html b/docs/org/phantomapi/schematic/class-use/WorldArtifact.html new file mode 100644 index 000000000..c1722d77c --- /dev/null +++ b/docs/org/phantomapi/schematic/class-use/WorldArtifact.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.schematic.WorldArtifact (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.schematic.WorldArtifact

+
+
No usage of org.phantomapi.schematic.WorldArtifact
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/schematic/class-use/WorldStructure.html b/docs/org/phantomapi/schematic/class-use/WorldStructure.html new file mode 100644 index 000000000..f8b3f7144 --- /dev/null +++ b/docs/org/phantomapi/schematic/class-use/WorldStructure.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.phantomapi.schematic.WorldStructure (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.phantomapi.schematic.WorldStructure

+
+
No usage of org.phantomapi.schematic.WorldStructure
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/schematic/package-frame.html b/docs/org/phantomapi/schematic/package-frame.html new file mode 100644 index 000000000..dabc6e4ee --- /dev/null +++ b/docs/org/phantomapi/schematic/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +org.phantomapi.schematic (Phantom D6 API) + + + + + +

org.phantomapi.schematic

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/org/phantomapi/schematic/package-summary.html b/docs/org/phantomapi/schematic/package-summary.html new file mode 100644 index 000000000..31e87db79 --- /dev/null +++ b/docs/org/phantomapi/schematic/package-summary.html @@ -0,0 +1,210 @@ + + + + + + +org.phantomapi.schematic (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package org.phantomapi.schematic

+
+
Schematics, Artifacts, Structures.
+
+

See: Description

+
+
+ + + + +

Package org.phantomapi.schematic Description

+
Schematics, Artifacts, Structures. All your worldly needs, async.
+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/schematic/package-tree.html b/docs/org/phantomapi/schematic/package-tree.html new file mode 100644 index 000000000..9db69d112 --- /dev/null +++ b/docs/org/phantomapi/schematic/package-tree.html @@ -0,0 +1,150 @@ + + + + + + +org.phantomapi.schematic Class Hierarchy (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.phantomapi.schematic

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/docs/org/phantomapi/schematic/package-use.html b/docs/org/phantomapi/schematic/package-use.html new file mode 100644 index 000000000..cedff40a4 --- /dev/null +++ b/docs/org/phantomapi/schematic/package-use.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Package org.phantomapi.schematic (Phantom D6 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.phantomapi.schematic

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ +