8class StructureTelemetryServerData {
12 ::ll::TypedStorage<1, 1, bool> mHasBeenActivatedByRedstone;
13 ::ll::TypedStorage<1, 1, bool> mHasLoadedIntoUnloadedChunks;
14 ::ll::TypedStorage<4, 12, ::BlockPos> mLastOffsetWhenLoadingIntoUnloadedChunks;
20 MCAPI StructureTelemetryServerData();
22 MCFOLD
bool hasBeenActivatedByRedstone();
24 MCFOLD
void setHasBeenActivedByRedstone();