Minor cosmetic cleanups to imports etc
Please see https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/389/overview By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
package org.bukkit.entity.minecart;
|
||||
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.entity.Minecart;
|
||||
|
||||
public interface CommandMinecart extends Minecart, CommandSender {
|
||||
public interface CommandMinecart extends Minecart {
|
||||
|
||||
/**
|
||||
* Gets the command that this CommandMinecart will run when activated.
|
||||
|
||||
Reference in New Issue
Block a user