mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-05 10:30:17 +01:00
Added deprecation suppression.
This commit is contained in:
parent
56a1fdb55a
commit
cc974c795f
@ -212,6 +212,7 @@ public class ItemParser {
|
||||
* @param part String array that contains at least 2 elements.
|
||||
* @return Player head with given properties.
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
private static ItemStack parsePlayerHead(String[] part) {
|
||||
ItemStack playerHead;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user