diff --git a/Artifacts/SubServers.Bungee.jar b/Artifacts/SubServers.Bungee.jar index 8591764c..3af66da0 100644 Binary files a/Artifacts/SubServers.Bungee.jar and b/Artifacts/SubServers.Bungee.jar differ diff --git a/Artifacts/SubServers.Host.jar b/Artifacts/SubServers.Host.jar index 3aa81656..122e32a8 100644 Binary files a/Artifacts/SubServers.Host.jar and b/Artifacts/SubServers.Host.jar differ diff --git a/Javadoc/SubServers.Host/allclasses-frame.html b/Javadoc/SubServers.Host/allclasses-frame.html index a9e4c581..d7846a37 100644 --- a/Javadoc/SubServers.Host/allclasses-frame.html +++ b/Javadoc/SubServers.Host/allclasses-frame.html @@ -23,7 +23,7 @@
  • ErrorStream
  • Event
  • EventHandler
  • -
  • EventPriority
  • +
  • EventOrder
  • Executable
  • ExHost
  • ExtraDataHandler
  • diff --git a/Javadoc/SubServers.Host/allclasses-noframe.html b/Javadoc/SubServers.Host/allclasses-noframe.html index 2caf229d..a1fbf38f 100644 --- a/Javadoc/SubServers.Host/allclasses-noframe.html +++ b/Javadoc/SubServers.Host/allclasses-noframe.html @@ -23,7 +23,7 @@
  • ErrorStream
  • Event
  • EventHandler
  • -
  • EventPriority
  • +
  • EventOrder
  • Executable
  • ExHost
  • ExtraDataHandler
  • diff --git a/Javadoc/SubServers.Host/constant-values.html b/Javadoc/SubServers.Host/constant-values.html index c96db5d3..4ddaf0e4 100644 --- a/Javadoc/SubServers.Host/constant-values.html +++ b/Javadoc/SubServers.Host/constant-values.html @@ -70,6 +70,77 @@

    Constant Field Values

    Contents

    + +
    +
    + + +

    net.ME1312.*

    +
    diff --git a/Javadoc/SubServers.Host/index-all.html b/Javadoc/SubServers.Host/index-all.html index e6c4d23f..21609711 100644 --- a/Javadoc/SubServers.Host/index-all.html +++ b/Javadoc/SubServers.Host/index-all.html @@ -329,6 +329,8 @@

    E

    +
    EARLY - Static variable in class net.ME1312.SubServers.Host.Library.Event.EventOrder
    +
     
    encrypt(int, String, InputStream, OutputStream) - Static method in class net.ME1312.SubServers.Host.Network.AES
    Encrypts a stream of data.
    @@ -360,10 +362,10 @@
    EventHandler Method Annotation
    Methods annotated by this and registered in SubAPI will be run when the event is called
    -
    EventPriority - Enum in net.ME1312.SubServers.Host.Library.Event
    +
    EventOrder - Class in net.ME1312.SubServers.Host.Library.Event
    -
    Event Priority Class
    - Events will be run Lowest to Highest
    +
    Event Order Defaults Class
    + Events will be run from Short.MIN_VALUE to Short.MAX_VALUE
    Executable - Class in net.ME1312.SubServers.Host.Executable
    @@ -445,6 +447,8 @@
    Log File Writer Class
    +
    FIRST - Static variable in class net.ME1312.SubServers.Host.Library.Event.EventOrder
    +
     
    forwardPacket(PacketOut, String) - Method in class net.ME1312.SubServers.Host.Network.SubDataClient
    Forward Packet to Server
    @@ -1289,6 +1293,10 @@
    lang - Variable in class net.ME1312.SubServers.Host.ExHost
     
    +
    LAST - Static variable in class net.ME1312.SubServers.Host.Library.Event.EventOrder
    +
     
    +
    LATE - Static variable in class net.ME1312.SubServers.Host.Library.Event.EventOrder
    +
     
    Launch - Class in net.ME1312.SubServers.Host
    SubServers.Host Launcher Class
    @@ -1373,6 +1381,8 @@
     
    net.ME1312.SubServers.Host.Network.Packet - package net.ME1312.SubServers.Host.Network.Packet
     
    +
    NORMAL - Static variable in class net.ME1312.SubServers.Host.Library.Event.EventOrder
    +
     
    @@ -2162,10 +2172,6 @@
    Returns the enum constant of this type with the specified name.
    -
    valueOf(String) - Static method in enum net.ME1312.SubServers.Host.Library.Event.EventPriority
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    valueOf(String) - Static method in enum net.ME1312.SubServers.Host.Network.Packet.PacketExUpdateServer.UpdateType
    Returns the enum constant of this type with the specified name.
    @@ -2179,11 +2185,6 @@
    Returns an array containing the constants of this enum type, in the order they are declared.
    -
    values() - Static method in enum net.ME1312.SubServers.Host.Library.Event.EventPriority
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    values() - Static method in enum net.ME1312.SubServers.Host.Network.Packet.PacketExUpdateServer.UpdateType
    Returns an array containing the constants of this enum type, in @@ -2210,6 +2211,10 @@ the order they are declared.
    VersionTokenizer - Class in net.ME1312.SubServers.Host.Library.Version
     
    +
    VERY_EARLY - Static variable in class net.ME1312.SubServers.Host.Library.Event.EventOrder
    +
     
    +
    VERY_LATE - Static variable in class net.ME1312.SubServers.Host.Library.Event.EventOrder
    +
     
    diff --git a/Javadoc/SubServers.Host/net/ME1312/SubServers/Host/Library/Event/EventHandler.html b/Javadoc/SubServers.Host/net/ME1312/SubServers/Host/Library/Event/EventHandler.html index db79c72f..1b2397d5 100644 --- a/Javadoc/SubServers.Host/net/ME1312/SubServers/Host/Library/Event/EventHandler.html +++ b/Javadoc/SubServers.Host/net/ME1312/SubServers/Host/Library/Event/EventHandler.html @@ -42,7 +42,7 @@