mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
@@ -85,18 +85,6 @@ public class Note {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the tone to id. Also returning the semitones.
|
||||
*
|
||||
* @param id the id of the tone.
|
||||
* @return the tone to id.
|
||||
* @deprecated use {@link #getById(byte)}
|
||||
*/
|
||||
@Deprecated
|
||||
public static Tone getToneById(byte id) {
|
||||
return BY_DATA.get(id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the tone to id. Also returning the semitones.
|
||||
*
|
||||
|
Reference in New Issue
Block a user