ru.cwcode.commands.paperplatform.argument.SoundArg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of PaperCommands Show documentation
Show all versions of PaperCommands Show documentation
Commands library for Paper (Minecraft)
package ru.cwcode.commands.paperplatform.argument;
import org.bukkit.Sound;
import ru.cwcode.commands.arguments.EnumArg;
public class SoundArg extends EnumArg {
public SoundArg() {
super(Sound.values(), "звук");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy