mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 06:15:21 +00:00
TU19: merge Minecraft.World/Network
This commit is contained in:
@@ -40,8 +40,6 @@ void SetEntityDataPacket::handle(PacketListener* listener) {
|
||||
|
||||
int SetEntityDataPacket::getEstimatedSize() { return 5; }
|
||||
|
||||
bool SetEntityDataPacket::isAync() { return true; }
|
||||
|
||||
std::vector<std::shared_ptr<SynchedEntityData::DataItem> >*
|
||||
SetEntityDataPacket::getUnpackedData() {
|
||||
return packedItems;
|
||||
|
||||
Reference in New Issue
Block a user