LeviLamina
Loading...
Searching...
No Matches
PlayScreenDefaultTab.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
PlayScreenDefaultTab :
int
{
6
// bitfield representation
7
World = 0,
8
Friends = 1 << 0,
9
Servers = 1 << 1,
10
LastLegacyTab = 1 << 1,
11
Count = 1 << 2,
12
Realms = Friends | LastLegacyTab,
13
};
src
mc
client
gui
screens
models
PlayScreenDefaultTab.h
Generated on Sat Apr 26 2025 05:55:21 for LeviLamina by
1.12.0