Skip to content

Deprecated classes and methods

koca2000 edited this page Apr 21, 2020 · 2 revisions

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.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)