SoundEvents

Sound events added by AVM Staffs mod.

Properties

Link copied to clipboard
val CAKE_SPLASH: RegistryObject<SoundEvent>

Sound event registered as avm_staff:entity.cake.splash.

Link copied to clipboard
val CAKE_THROW: RegistryObject<SoundEvent>

Sound event registered as avm_staff:entity.cake.throw.

Link copied to clipboard
@get:JvmName(name = "cakeSplash")
val cakeSplash: SoundEvent
Link copied to clipboard
@get:JvmName(name = "cakeThrow")
val cakeThrow: SoundEvent

Inherited properties

Link copied to clipboard
protected val modId: String
Link copied to clipboard

Inherited functions

Link copied to clipboard

Gets the registry entry of the given registry key from the given registry manager or null, if it's not found.

Link copied to clipboard
fun id(path: String): Identifier

Creates an Identifier from the namespace specified in the constructor and a given path.

Link copied to clipboard
protected fun <T : SoundEvent> register(path: String, factory: (RegistryKey<SoundEvent>) -> T): RegistryObject<T>

Adds a content to be registered in a Minecraft registry using Architectury API.

Link copied to clipboard

Creates a RegistryKey from the registry and namespace specified in the constructor and a given path.