Success

Indicates a successful reload.

Since

1.15.2

Parameters

firstLoad

true if this is the first load (startup), false otherwise

assetsTime

the time taken to reload assets in milliseconds

packResult

the result of the resource pack generation

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun length(): Long
Returns the size of the generated resource pack.
Link copied to clipboard
open fun packingTime(): Long
Returns the time taken to generate the resource pack.
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
open fun totalTime(): Long
Returns the total time taken for the reload operation.