mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-09 06:13:36 +00:00
refactor: remove basic type containers
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Util/Class.h"
|
||||
#include "../Util/BasicTypeContainers.h"
|
||||
#include "../IO/Streams/InputOutputStream.h"
|
||||
#include "../Headers/net.minecraft.h"
|
||||
#include "../Headers/net.minecraft.network.packet.h"
|
||||
@@ -542,4 +541,4 @@ int SynchedEntityData::DataItem::getType() { return type; }
|
||||
|
||||
bool SynchedEntityData::DataItem::isDirty() { return dirty; }
|
||||
|
||||
void SynchedEntityData::DataItem::setDirty(bool dirty) { this->dirty = dirty; }
|
||||
void SynchedEntityData::DataItem::setDirty(bool dirty) { this->dirty = dirty; }
|
||||
|
||||
Reference in New Issue
Block a user