Add API to color Shulker entities

By: Matthew <stteg@hotmail.com>
This commit is contained in:
Bukkit/Spigot 2017-04-29 17:08:50 -04:00
parent dc1f30d4f9
commit 7c6c4450f0

View File

@ -1,3 +1,5 @@
package org.bukkit.entity;
public interface Shulker extends Golem {}
import org.bukkit.material.Colorable;
public interface Shulker extends Golem, Colorable {}