mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implement 1.8 Entity MetaData
This commit is contained in:
parent
2f1da9e8c9
commit
21cd24e056
5 changed files with 67 additions and 40 deletions
|
|
@ -3,6 +3,9 @@ namespace MinecraftClient.Mapping;
|
|||
public enum EntityMetaDataType
|
||||
{
|
||||
Byte,
|
||||
Short, // 1.8 only
|
||||
Int, // 1.8 only
|
||||
Vector3Int, // 1.8 only (not used by the game)
|
||||
VarInt,
|
||||
VarLong,
|
||||
Float,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue