mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 09:17:36 +01:00
Add API to color Shulker entities
By: Matthew <stteg@hotmail.com>
This commit is contained in:
parent
dc1f30d4f9
commit
7c6c4450f0
@ -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 New Issue
Block a user