All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.sound.CustomSoundEvent Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
package net.minestom.server.sound;

import net.minestom.server.utils.NamespaceID;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

record CustomSoundEvent(@NotNull NamespaceID namespace, @Nullable Float range) implements SoundEvent {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy