Uses of Class
com.cryptomorin.xseries.XSound.Record
Packages that use XSound.Record
-
Uses of XSound.Record in com.cryptomorin.xseries
Methods in com.cryptomorin.xseries that return XSound.RecordModifier and TypeMethodDescriptionXSound.Record.atLocation(org.bukkit.Location location) Plays the sound to all the nearby players (based on the specified volume)XSound.Record.forPlayer(org.bukkit.entity.Player player) Plays the sound only for a single player and no one else can hear it.XSound.Record.forPlayerAtLocation(org.bukkit.entity.Player player, org.bukkit.Location location) Plays the sound only for a single player and no on else can hear it.static XSound.RecordJust an extra feature that loads sounds from strings.Methods in com.cryptomorin.xseries that return types with arguments of type XSound.RecordModifier and TypeMethodDescriptionstatic CompletableFuture<XSound.Record>A quick async way to play a sound from the config.static CompletableFuture<XSound.Record>A quick async way to play a sound from the config.