Criteria

Criteria added by AVM Staffs mod.

Properties

Link copied to clipboard

Criterion registered as avm_staff:destroy_block_with_staff. Triggers before a block is destroyed by a staff.

Link copied to clipboard
@get:JvmName(name = "destroyBlockWithStaff")
val destroyBlockWithStaff: BreakBlockWithStaffCriterion
Link copied to clipboard

Criterion registered as avm_staff:get_hurt_while_using_item.

Link copied to clipboard
@get:JvmName(name = "takeDamageWhileUsingItem")
val takeDamageWhileUsingItem: TakeDamageWhileUsingItemCriterion

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 : Criterion<*>> register(path: String, factory: (RegistryKey<Criterion<*>>) -> 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.