SPIGOT-4411: Document use of null for shulker colours
This commit is contained in:
parent
02518f92ab
commit
6a0c4e1cc2
@ -35,8 +35,6 @@ public class CraftShulker extends CraftGolem implements Shulker {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setColor(DyeColor color) {
|
public void setColor(DyeColor color) {
|
||||||
Preconditions.checkArgument(color != null, "color");
|
getHandle().getDataWatcher().set(EntityShulker.COLOR, (color == null) ? 16 : color.getWoolData());
|
||||||
|
|
||||||
getHandle().getDataWatcher().set(EntityShulker.COLOR, color.getWoolData());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user