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

ru.cwcode.commands.paperplatform.argument.SoundArg Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
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