use of net.minecraft.server.v1_12_R1.EntityWither in project Citizens2 by CitizensDev.
the class NMSImpl method setWitherCharged.
@Override
public void setWitherCharged(Wither wither, boolean charged) {
EntityWither handle = ((CraftWither) wither).getHandle();
handle.g(charged ? 20 : 0);
}
use of net.minecraft.server.v1_12_R1.EntityWither in project Citizens2 by CitizensDev.
the class NMSImpl method setWitherCharged.
@Override
public void setWitherCharged(Wither wither, boolean charged) {
EntityWither handle = ((CraftWither) wither).getHandle();
handle.r(charged ? 20 : 0);
}
use of net.minecraft.server.v1_12_R1.EntityWither in project Citizens2 by CitizensDev.
the class NMSImpl method setWitherCharged.
@Override
public void setWitherCharged(Wither wither, boolean charged) {
EntityWither handle = ((CraftWither) wither).getHandle();
handle.g(charged ? 20 : 0);
}
Aggregations