mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-22 02:41:27 +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());
|
setItemInMainHand(itemstack.getType());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public void setItemInMainHand(Material type) {
|
public void setItemInMainHand(Material type) {
|
||||||
if (!type.isBlock()) {
|
if (!type.isBlock()) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user