SPIGOT-2793: Revert Nameable changes

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-11-19 03:09:06 +11:00
parent 07f7249cf2
commit 0da3e1a443
10 changed files with 35 additions and 56 deletions

View File

@@ -1,7 +1,6 @@
package org.bukkit.block;
import java.util.Collection;
import org.bukkit.Nameable;
import org.bukkit.entity.LivingEntity;
import org.bukkit.inventory.InventoryHolder;
import org.bukkit.potion.PotionEffect;
@@ -10,7 +9,7 @@ import org.bukkit.potion.PotionEffectType;
/**
* Represents a beacon.
*/
public interface Beacon extends BlockState, InventoryHolder, Lockable, Nameable {
public interface Beacon extends BlockState, InventoryHolder, Lockable {
/**
* Returns the list of players within the beacon's range of effect.