Class PendingLoadJavaPlugin
java.lang.Object
com.hypixel.hytale.server.core.plugin.pending.PendingLoadPlugin
com.hypixel.hytale.server.core.plugin.pending.PendingLoadJavaPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.hypixel.hytale.logger.HytaleLoggerprivate final PluginClassLoader -
Constructor Summary
ConstructorsConstructorDescriptionPendingLoadJavaPlugin(Path path, PluginManifest manifest, PluginClassLoader urlClassLoader) -
Method Summary
Modifier and TypeMethodDescriptioncreateSubPendingLoadPlugin(PluginManifest manifest) booleanload()toString()Methods inherited from class com.hypixel.hytale.server.core.plugin.pending.PendingLoadPlugin
calculateLoadOrder, createSubPendingLoadPlugins, dependsOn, equals, getIdentifier, getManifest, getPath, hashCode
-
Field Details
-
LOGGER
private static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
urlClassLoader
-
-
Constructor Details
-
PendingLoadJavaPlugin
public PendingLoadJavaPlugin(@Nullable Path path, @Nonnull PluginManifest manifest, @Nonnull PluginClassLoader urlClassLoader)
-
-
Method Details
-
createSubPendingLoadPlugin
- Specified by:
createSubPendingLoadPluginin classPendingLoadPlugin
-
isInServerClassPath
public boolean isInServerClassPath()- Specified by:
isInServerClassPathin classPendingLoadPlugin
-
load
- Specified by:
loadin classPendingLoadPlugin
-
toString
- Overrides:
toStringin classPendingLoadPlugin
-