Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ArmorData(val id: ResourceLocation, val color: Int, val textureLayers: Array<List<BufferedImage>?>, val emissivityMapsLayers: Array<List<BufferedImage>?>, val interpolationMode: InterpolationMode, val fps: Double)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class PackTask(val stage: BuildStage = BuildStage.AUTOMATIC, val runAfter: Array<String> = [], val runBefore: Array<String> = [])

An annotation to mark PackTask functions.

Link copied to clipboard
interface PackTaskHolder

An interface used to mark classes that contain PackTask functions.