|
1 | | -package com.mcdiamondfire.proto; |
| 1 | +package com.mcdiamondfire.modapi; |
2 | 2 |
|
3 | 3 | import com.google.protobuf.Message; |
4 | | -import com.mcdiamondfire.proto.messages.clientbound.player.S2CChestReference; |
5 | | -import com.mcdiamondfire.proto.messages.clientbound.player.S2CPlayerSwitchMode; |
6 | | -import com.mcdiamondfire.proto.messages.clientbound.plot.*; |
7 | | -import com.mcdiamondfire.proto.messages.clientbound.server.S2CHandshakeResponse; |
8 | | -import com.mcdiamondfire.proto.messages.clientbound.server.S2CHello; |
9 | | -import com.mcdiamondfire.proto.messages.clientbound.server.S2CServerBooster; |
10 | | -import com.mcdiamondfire.proto.messages.serverbound.player.C2SPlayerTeleport; |
11 | | -import com.mcdiamondfire.proto.messages.serverbound.plot.C2SCodeOperation; |
12 | | -import com.mcdiamondfire.proto.messages.serverbound.plot.C2SMultiCodeOperations; |
13 | | -import com.mcdiamondfire.proto.messages.serverbound.server.C2SHandshakeRequest; |
| 4 | +import com.mcdiamondfire.modapi.messages.clientbound.player.S2CChestReference; |
| 5 | +import com.mcdiamondfire.modapi.messages.clientbound.player.S2CPlayerSwitchMode; |
| 6 | +import com.mcdiamondfire.modapi.messages.clientbound.plot.*; |
| 7 | +import com.mcdiamondfire.modapi.messages.clientbound.server.S2CHandshakeResponse; |
| 8 | +import com.mcdiamondfire.modapi.messages.clientbound.server.S2CHello; |
| 9 | +import com.mcdiamondfire.modapi.messages.clientbound.server.S2CServerBooster; |
| 10 | +import com.mcdiamondfire.modapi.messages.serverbound.player.C2SPlayerTeleport; |
| 11 | +import com.mcdiamondfire.modapi.messages.serverbound.plot.C2SCodeOperation; |
| 12 | +import com.mcdiamondfire.modapi.messages.serverbound.plot.C2SMultiCodeOperations; |
| 13 | +import com.mcdiamondfire.modapi.messages.serverbound.server.C2SHandshakeRequest; |
14 | 14 |
|
15 | 15 | import java.util.Collections; |
16 | 16 | import java.util.HashMap; |
|
0 commit comments