InconsistentRedstone

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Serializable
data class InconsistentRedstoneOptions(var enabled: Boolean = true, var inconsistencyChance: Map<Material, Float> = mapOf( Material.REDSTONE to 0.05f, Material.REDSTONE_TORCH to 0.05f, Material.REDSTONE_WALL_TORCH to 0.05f, Material.REDSTONE_WIRE to 0.05f, Material.REPEATER to 0.05f, Material.COMPARATOR to 0.05f, )) : ModuleOptions

Properties

Link copied to clipboard
open override val description: String
Link copied to clipboard
open val id: String
Link copied to clipboard
open val name: String
Link copied to clipboard
open override var options: ModuleOptions
Link copied to clipboard
val typeSafeOptions: <Error class: unknown class>

Functions

Link copied to clipboard
Link copied to clipboard
open fun onDisable()

Called when the module is disabled.

Link copied to clipboard
open fun onEnable()

Called when the module is enabled.

Link copied to clipboard
fun onRedstoneEvent(event: BlockRedstoneEvent)