mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-14 19:32:24 +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.
|
* @param part String array that contains at least 2 elements.
|
||||||
* @return Player head with given properties.
|
* @return Player head with given properties.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
private static ItemStack parsePlayerHead(String[] part) {
|
private static ItemStack parsePlayerHead(String[] part) {
|
||||||
ItemStack playerHead;
|
ItemStack playerHead;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user