-
Notifications
You must be signed in to change notification settings - Fork 43
Deprecated classes and methods
This page will contain list of deprecated classes and methods and code of first version that will NOT contain them.
2.0:
All deprecated classes in com.xxmicloxx.NoteBlockAPI
package.
com.xxmicloxx.NoteBlockAPI.model.NotePitch
class
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.getFadeType()
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.setFadeType(FadeType)
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.getFadeTarget()
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.setFadeTarget(byte)
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.getFadeStart()
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.setFadeStart(byte)
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.getFadeDuration()
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.setFadeDuration(int)
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.getFadeDone()
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.setFadeDone(int)
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.setLoop(bool)
com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer.isLoop()
com.xxmicloxx.NoteBlockAPI.songplayer.RadioSongPlayer.isStereo()
com.xxmicloxx.NoteBlockAPI.songplayer.RadioSongPlayer.setStereo(bool)
com.xxmicloxx.NoteBlockAPI.model.Song(float, HashMap<Integer, Layer>, short, short, String, String, String, File)
com.xxmicloxx.NoteBlockAPI.model.Song(float, HashMap<Integer, Layer>, short, short, String, String, String, File, CustomInstrument[])
com.xxmicloxx.NoteBlockAPI.model.Song(float, HashMap<Integer, Layer>, short, short, String, String, String, File, int)
com.xxmicloxx.NoteBlockAPI.model.Song(float, HashMap<Integer, Layer>, short, short, String, String, String, File, int, CustomInstrument[])
com.xxmicloxx.NoteBlockAPI.model.Song(float, HashMap<Integer, Layer>, short, short, String, String, String, File, int, boolean)
com.xxmicloxx.NoteBlockAPI.model.Song(float, HashMap<Integer, Layer>, short, short, String, String, String, File, int, CustomInstrument[], boolean)
com.xxmicloxx.NoteBlockAPI.utils.CompatibilityUtils.isPost1_12()
com.xxmicloxx.NoteBlockAPI.utils.CompatibilityUtils.get1_12Instruments()
com.xxmicloxx.NoteBlockAPI.utils.CompatibilityUtils.playSound(Player, Location, String, SoundCategory, float, float)
com.xxmicloxx.NoteBlockAPI.utils.CompatibilityUtils.playSound(Player, Location, String, SoundCategory, float, float, boolean)
com.xxmicloxx.NoteBlockAPI.utils.CompatibilityUtils.playSound(Player, Location, Sound, SoundCategory, float, float)
com.xxmicloxx.NoteBlockAPI.utils.CompatibilityUtils.playSound(Player, Location, Sound, SoundCategory, float, float, boolean)
com.xxmicloxx.NoteBlockAPI.model.playmode.ChannelMode.play(Player, Location, Song, Layer, Note, SoundCategory, float, float)
com.xxmicloxx.NoteBlockAPI.utils.NoteUtils.getPitch(Note)
com.xxmicloxx.NoteBlockAPI.utils.NoteUtils.getPitch(byte, short)