mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-21 02:31:59 +01:00
Deprecate setItemInMainHand(material)
This commit is contained in:
parent
63e47a0cb9
commit
dec93056f8
@ -31,6 +31,7 @@ public class EndermanWatcher extends InsentientWatcher {
|
||||
setItemInMainHand(itemstack.getType());
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void setItemInMainHand(Material type) {
|
||||
if (!type.isBlock()) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user