HyCodeYourTale
classpublicabstractPriority 1

PendingLoadPlugin

com.hypixel.hytale.server.core.plugin.pending.PendingLoadPlugin

11

Methods

11

Public Methods

3

Fields

1

Constructors

Constructors

package-private
PendingLoadPlugin(Path path, PluginManifest manifest)

Methods

Public Methods (11)

publicstatic
List<PendingLoadPlugin> calculateLoadOrder(Map<PluginIdentifier, PendingLoadPlugin> pending)
@Nonnull
public
List<PendingLoadPlugin> createSubPendingLoadPlugins()
@Nonnull
public
boolean dependsOn(PluginIdentifier identifier)
public
boolean equals(Object o)
@Override
public
PluginIdentifier getIdentifier()
@Nonnull
public
PluginManifest getManifest()
@Nonnull
public
Path getPath()
@Nullable
public
int hashCode()
@Override
public
boolean isInServerClassPath()
public
PluginBase load()
@Nullable
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (3)

privatePluginIdentifier identifier
privatePluginManifest manifest
privatePath path

Related Classes