1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package ru.olamedia.olacraft.game; public class LocalGameWrapper implements IGameWrapper { @Override public void setMyId(int connectionId) { // TODO Auto-generated method stub } @Override public void spawn(int connectionId, int x, int y, int z) { // TODO Auto-generated method stub } }