classpublicPriority 1
LoadAssetEvent
com.hypixel.hytale.server.core.asset.LoadAssetEvent
implements IEvent
5
Methods
5
Public Methods
2
Fields
1
Constructors
Constants
shortPRIORITY_LOAD_COMMON= -32
shortPRIORITY_LOAD_LATE= 64
shortPRIORITY_LOAD_REGISTRY= -16
Constructors
public
LoadAssetEvent(long bootStart)Methods
Public Methods (5)
public
void failed(boolean shouldShutdown, String reason)public
long getBootStart()public
List<String> getReasons()@Nonnull
public
boolean isShouldShutdown()public
String toString()@Nonnull@Override
Fields
Private/Package Fields (2)
private
long bootStartprivate
boolean shouldShutdownRelated Classes
Used By