First look of 22w42a while we wait

This commit is contained in:
shedaniel
2022-10-21 00:04:42 +08:00
parent 6a9d61aa42
commit 2bc32b35d2
24 changed files with 269 additions and 261 deletions

View File

@@ -180,7 +180,7 @@ public class NetworkManagerImpl {
return clientReceivables.get(player).contains(id);
}
public static Packet<?> createAddEntityPacket(Entity entity) {
public static Packet<ClientGamePacketListener> createAddEntityPacket(Entity entity) {
return NetworkHooks.getEntitySpawningPacket(entity);
}