Damage Types
Damage types added by AVM Staffs mod.
Properties
Inherited properties
Link copied to clipboard
Link copied to clipboard
val registryKey: PropertyDelegateProvider<RegistryKeyUtil<DamageType>, Lazy<RegistryKey<DamageType>>>
Creates a RegistryKey from the registry and namespace specified in the constructor and a given path. The path is derived from the property name (converted to camel_case).
Link copied to clipboard
Inherited functions
Link copied to clipboard
fun RegistryKey<DamageType>.getEntry(registryManager: DynamicRegistryManager): RegistryEntry.Reference<DamageType>?
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
Creates an Identifier from the namespace specified in the constructor and a given path.
Link copied to clipboard
Creates a RegistryKey from the registry and namespace specified in the constructor and a given path.