EFFECTS
Registry for Katton mob effects.
Properties
Link copied to clipboard
open override val entries: MutableSet<MutableMap.MutableEntry<Identifier, KattonRegistry.KattonMobEffectEntry>>
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Clears all managed entries. Called at the start of a reload.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Initializes this registry. Override to perform initialization logic.
Link copied to clipboard
fun newNative(id: Identifier, registerMode: RegisterMode = RegisterMode.AUTO, effectFactory: () -> MobEffect): KattonRegistry.KattonMobEffectEntry
Registers a native MobEffect instance with hot-reload support.
Link copied to clipboard
open override fun put(key: Identifier, value: KattonRegistry.KattonMobEffectEntry): KattonRegistry.KattonMobEffectEntry?
Link copied to clipboard