Uses of Class
com.cryptomorin.xseries.XSound.Record
-
Packages that use XSound.Record Package Description com.cryptomorin.xseries -
-
Uses of XSound.Record in com.cryptomorin.xseries
Methods in com.cryptomorin.xseries that return XSound.Record Modifier and Type Method Description XSound.RecordXSound.Record. atLocation(org.bukkit.Location location)XSound.RecordXSound.Record. forPlayer(org.bukkit.entity.Player player)XSound.RecordXSound.Record. forPlayerAtLocation(org.bukkit.entity.Player player, org.bukkit.Location location)static XSound.RecordXSound. parse(String sound)Just an extra feature that loads sounds from strings.Methods in com.cryptomorin.xseries that return types with arguments of type XSound.Record Modifier and Type Method Description static CompletableFuture<XSound.Record>XSound. play(org.bukkit.entity.Player player, String sound)A quick async way to play a sound from the config.static CompletableFuture<XSound.Record>XSound. play(org.bukkit.Location location, String sound)A quick async way to play a sound from the config.
-