DamageTypes

Damage types added by AVM Staffs mod.

Properties

Link copied to clipboard
public final static DamageTypes INSTANCE
Link copied to clipboard
private final static RegistryKey<DamageType> pranked

Pranked damage type.

Link copied to clipboard
private final static RegistryKey<DamageType> prankedByPlayer

Pranked by player damage type.

Inherited properties

Link copied to clipboard
private final String modId
Link copied to clipboard
Link copied to clipboard

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

Creates a TagKey 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).

Functions

Link copied to clipboard
public final static RegistryKey<DamageType> getPranked()

Pranked damage type.

Link copied to clipboard
public final static RegistryKey<DamageType> getPrankedByPlayer()

Pranked by player damage type.

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
protected final String getModId()
Link copied to clipboard
Link copied to clipboard

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

Creates a TagKey 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 Identifier id(String path)

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.

Link copied to clipboard
public final TagKey<DamageType> tagKey(String path)

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