ConfigManager

interface ConfigManager

Config manager

Types

Link copied to clipboard
Pack type

Functions

Link copied to clipboard
Gets animation time in texture mcmeta
Link copied to clipboard
@NotNull
abstract fun buildFolderLocation(): @NotNull String
Gets build folder location
Link copied to clipboard
Whether any swap inventory packet should be canceled if the player has some model
Link copied to clipboard
abstract fun createPackMcmeta(): Boolean
Checks whether BetterModel should create pack.
Link copied to clipboard
@NotNull
abstract fun debug(): @NotNull DebugConfig
Gets debug config
Link copied to clipboard
@NotNull
abstract fun defaultMountController(): @NotNull MountController
Gets the default mount controller
Link copied to clipboard
Check model tracker will follow source entity's invisibility
Link copied to clipboard
@NotNull
abstract fun item(): @NotNull Material
Checks resource pack target item type
Link copied to clipboard
abstract fun lerpFrameTime(): Int
Gets lerp frame time
Link copied to clipboard
Locks rotating model when plays animation by play once
Link copied to clipboard
abstract fun maxSight(): Double
Gets max range of sight trace
Link copied to clipboard
abstract fun metrics(): Boolean
Checks metrics is enabled
Link copied to clipboard
abstract fun minSight(): Double
Gets min range of sight trace
Link copied to clipboard
@NotNull
abstract fun module(): @NotNull ModuleConfig
Gets module config
Link copied to clipboard
@NotNull
abstract fun namespace(): @NotNull String
Gets namespace of resource pack
Link copied to clipboard
@NotNull
abstract fun packType(): @NotNull ConfigManager.PackType
Gets a pack type
Link copied to clipboard
abstract fun playerHideDelay(): Long
Gets entity hide delay of player
Link copied to clipboard
abstract fun sightTrace(): Boolean
Check sight trace is enabled
Link copied to clipboard
abstract fun usePurpurAfk(): Boolean
Checks use Purpur afk.
Link copied to clipboard
abstract fun versionCheck(): Boolean
Should BetterModel sends version update message when op has joined.