Archived
0

optimize imports

This commit is contained in:
2018-08-08 13:23:40 +03:00
parent a0f91730d0
commit 9b35c63333
8 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ package mc.core.network.proto_1_12_2;
import lombok.AllArgsConstructor;
import mc.core.EntityLocation;
import mc.core.Location;
import mc.core.player.Player;
import java.util.HashMap;

View File

@@ -9,7 +9,10 @@ import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import mc.core.EntityLocation;
import mc.core.network.*;
import mc.core.network.CSPacket;
import mc.core.network.NetInputStream;
import mc.core.network.NetOutputStream;
import mc.core.network.SCPacket;
@NoArgsConstructor
@Getter