Package com.marcusslover.plus.lib.sound
Class Note
java.lang.Object
com.marcusslover.plus.lib.sound.Note
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Notestatic @NotNull Notestatic @NotNull Notestatic @NotNull Notestatic @NotNull Noteof(@NotNull String sound, float volume, float pitch, net.kyori.adventure.sound.Sound.Source source, long seed) static @NotNull Notestatic @NotNull Noteof(@NotNull net.kyori.adventure.key.Key key) static @NotNull Noteof(@NotNull net.kyori.adventure.key.Key key, float volume, float pitch) static @NotNull Noteof(@NotNull net.kyori.adventure.key.Key key, float volume, float pitch, long seed) static @NotNull Noteof(@NotNull net.kyori.adventure.key.Key key, float volume, float pitch, net.kyori.adventure.sound.Sound.Source source) static @NotNull Noteof(@NotNull net.kyori.adventure.key.Key key, float volume, float pitch, net.kyori.adventure.sound.Sound.Source source, long seed) static @NotNull Noteof(@NotNull net.kyori.adventure.key.Key key, long seed) static @NotNull Noteof(@NotNull net.kyori.adventure.sound.Sound sound) static @NotNull Noteof(org.bukkit.Sound sound) static @NotNull Noteof(org.bukkit.Sound sound, float volume, float pitch) static @NotNull Noteof(org.bukkit.Sound sound, float volume, float pitch, long seed) static @NotNull Noteof(org.bukkit.Sound sound, float volume, float pitch, net.kyori.adventure.sound.Sound.Source source) static @NotNull Noteof(org.bukkit.Sound sound, float volume, float pitch, net.kyori.adventure.sound.Sound.Source source, long seed) static @NotNull Noteof(org.bukkit.Sound sound, long seed) @NotNull Notesend(net.kyori.adventure.audience.Audience audience) @NotNull Notesend(@NotNull org.bukkit.Location location) @NotNull Notesend(@NotNull org.bukkit.Location location, @NotNull net.kyori.adventure.audience.Audience audience) <T extends org.bukkit.command.CommandSender>
@NotNull Notesend(T target)
-
Field Details
-
sound
protected final net.kyori.adventure.sound.Sound sound
-
-
Constructor Details
-
Note
public Note()
-
-
Method Details
-
of
-
of
-
of
-
of
@NotNull public static @NotNull Note of(@NotNull org.bukkit.Sound sound, float volume, float pitch, long seed) -
of
@NotNull public static @NotNull Note of(@NotNull org.bukkit.Sound sound, float volume, float pitch, @NotNull net.kyori.adventure.sound.Sound.Source source) -
of
@NotNull public static @NotNull Note of(@NotNull org.bukkit.Sound sound, float volume, float pitch, @NotNull net.kyori.adventure.sound.Sound.Source source, long seed) -
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
@NotNull public static @NotNull Note of(@NotNull @NotNull net.kyori.adventure.key.Key key, long seed) -
of
@NotNull public static @NotNull Note of(@NotNull @NotNull net.kyori.adventure.key.Key key, float volume, float pitch) -
of
@NotNull public static @NotNull Note of(@NotNull @NotNull net.kyori.adventure.key.Key key, float volume, float pitch, long seed) -
of
@NotNull public static @NotNull Note of(@NotNull @NotNull net.kyori.adventure.key.Key key, float volume, float pitch, @NotNull net.kyori.adventure.sound.Sound.Source source) -
of
@NotNull public static @NotNull Note of(@NotNull @NotNull net.kyori.adventure.key.Key key, float volume, float pitch, @NotNull net.kyori.adventure.sound.Sound.Source source, long seed) -
send
-
send
@NotNull public @NotNull Note send(@NotNull @NotNull org.bukkit.Location location, @NotNull @NotNull net.kyori.adventure.audience.Audience audience) -
send
-
send
-