Skip to content

Commit

Permalink
removed unfinished packet stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Sep 5, 2020
1 parent 6c4534c commit e416948
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public static class Type {
public static final String CRAFTITEMSTACK = Reflection.OBC_PREFIX + ".inventory.CraftItemStack";
public static final String GAMEPROFILE = "com.mojang.authlib.GameProfile";
public static final String PROPERTYMAP = "com.mojang.authlib.PropertyMap";
public static final String CHUNKCOORDINTPAIR = Reflection.NMS_PREFIX + ".ChunkCoordInPair";
}

public static class Client {
Expand Down Expand Up @@ -190,7 +189,6 @@ public static class Server {
public static final String COMMANDS = SERVER + "Commands";
public static final String OPEN_WINDOW = SERVER + "OpenWindow";
public static final String ENTITY_EFFECT = SERVER + "EntityEffect";
public static final String MULTI_BLOCK_CHANGE = SERVER + "MultiBlockChange";
}

public static class Login {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e416948

Please sign in to comment.