Damage Types
Damage types added by AVM Staffs mod.
Properties
Inherited properties
Link copied to clipboard
Link copied to clipboard
private final PropertyDelegateProvider<RegistryKeyUtil<DamageType>, Lazy<RegistryKey<DamageType>>> registryKey
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
private final PropertyDelegateProvider<RegistryKeyUtil<DamageType>, Lazy<TagKey<DamageType>>> tagKey
Functions
Inherited functions
Link copied to clipboard
public final RegistryEntry.Reference<DamageType> getEntry(RegistryKey<DamageType> $self, DynamicRegistryManager registryManager)
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
Link copied to clipboard
public final PropertyDelegateProvider<RegistryKeyUtil<DamageType>, Lazy<RegistryKey<DamageType>>> getRegistryKey()
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
public final PropertyDelegateProvider<RegistryKeyUtil<DamageType>, Lazy<TagKey<DamageType>>> getTagKey()
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.