BetterModelConfig

BetterModel's config

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
@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
Gets whether strict loading is enabled
Link copied to clipboard
Check model tracker will follow source entity's invisibility
Link copied to clipboard
@NotNull
abstract fun indicator(): @NotNull IndicatorConfig
Gets indicator config
Link copied to clipboard
@NotNull
abstract fun item(): @NotNull Material
Checks resource pack target item type
Link copied to clipboard
@NotNull
abstract fun itemNamespace(): @NotNull String
Gets item namespace
Link copied to clipboard
abstract fun lerpFrameTime(): Int
Gets lerp frame time
Link copied to clipboard
abstract fun maxSight(): Double
Gets max range of sight trace
Link copied to clipboard
Checks BetterModel should try merging resource pack with external plugin.
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 pack(): @NotNull PackConfig
Gets pack config
Link copied to clipboard
abstract fun packetBundlingSize(): Int
Gets packet bundling size
Link copied to clipboard
@NotNull
abstract fun packType(): @NotNull BetterModelConfig.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.