3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-03 14:50:30 +01:00
Dieser Commit ist enthalten in:
creeper123123321 2018-02-19 19:19:20 -03:00
Ursprung 326c6cb158
Commit 8848758578

Datei anzeigen

@ -24,7 +24,7 @@ public class EntityPackets {
map(Type.VAR_INT); // 0 - Entity id map(Type.VAR_INT); // 0 - Entity id
map(Type.UUID); // 1 - UUID map(Type.UUID); // 1 - UUID
map(Type.BYTE); // 2 - Type map(Type.BYTE); // 2 - Type
// TODO handle new 1.13 entities
// Track Entity // Track Entity
handler(new PacketHandler() { handler(new PacketHandler() {
@Override @Override