Warnings

open class Warnings(source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open var isDevEnv: Boolean
Link copied to clipboard
open var logger: MCLogger
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun warn(@NotNull warningText: @NotNull String)
open fun warn(@NotNull warningText: @NotNull String, depth: Int)
Link copied to clipboard
open fun warnAt(@NotNull warningText: @NotNull String, @NotNull firstOffender: @NotNull StackTraceElement, @Nullable modCall: @Nullable StackTraceElement)
Link copied to clipboard
open fun warnOnce(@NotNull warningText: @NotNull String, warningBucketEntries: @NotNull Array<Any>)