mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Add API to color Shulker entities
By: Matthew <stteg@hotmail.com>
This commit is contained in:
parent
dc1f30d4f9
commit
7c6c4450f0
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
package org.bukkit.entity;
|
||||
|
||||
public interface Shulker extends Golem {}
|
||||
import org.bukkit.material.Colorable;
|
||||
|
||||
public interface Shulker extends Golem, Colorable {}
|
||||
|
|
Loading…
Reference in a new issue