Particle Types
Particle types added by AVM Staffs mod.
Properties
Inherited functions
Link copied to clipboard
fun RegistryKey<ParticleType<*>>.getEntry(registryManager: DynamicRegistryManager): RegistryEntry.Reference<ParticleType<*>>?
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
protected fun <T : ParticleType<*>> register(path: String, factory: (RegistryKey<ParticleType<*>>) -> 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.