Class ServerCommandSource

java.lang.Object
net.minecraft.server.command.ServerCommandSource
All Implemented Interfaces:
CommandSource

public class ServerCommandSource
extends Object
implements CommandSource
Represents a command source used on server side.
See Also:
MinecraftServer.getCommandSource(), Entity.getCommandSource()