summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/bukkit/Server.java
blob: 1c10d9a7bad005477983f76263c72406658551dd (plain)
1
2
3
4
5
6
7
8
9
package com.earth2me.essentials.bukkit;

import com.earth2me.essentials.api.server.IServer;
import lombok.Delegate;

public class Server implements IServer {
	@Delegate
	private org.bukkit.Server server;
}