Sound Events
Sound events added by AVM Staffs mod.
Properties
Inherited functions
Link copied to clipboard
public final RegistryEntry.Reference<SoundEvent> getEntry(RegistryKey<SoundEvent> $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
Creates an Identifier from the namespace specified in the constructor and a given path.
Link copied to clipboard
protected final RegistryObject<T> register<T extends SoundEvent>(String path, Function1<RegistryKey<SoundEvent>, T> factory)
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.