mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Clean up entity metadata palette
This commit is contained in:
parent
c36dec435d
commit
750295b1e3
10 changed files with 67 additions and 139 deletions
|
|
@ -11,24 +11,63 @@ public enum EntityMetaDataType
|
|||
OptionalChat,
|
||||
Slot,
|
||||
Boolean,
|
||||
/// <summary>
|
||||
/// Float x3
|
||||
/// </summary>
|
||||
Rotation,
|
||||
Position,
|
||||
OptionalPosition,
|
||||
/// <summary>
|
||||
/// VarInt
|
||||
/// </summary>
|
||||
Direction,
|
||||
OptionalUuid,
|
||||
/// <summary>
|
||||
/// VarInt
|
||||
/// </summary>
|
||||
BlockId,
|
||||
/// <summary>
|
||||
/// VarInt (0 for absent)
|
||||
/// </summary>
|
||||
OptionalBlockId,
|
||||
Nbt,
|
||||
Particle,
|
||||
/// <summary>
|
||||
/// VarInt x3
|
||||
/// </summary>
|
||||
VillagerData,
|
||||
OptionalVarInt,
|
||||
/// <summary>
|
||||
/// VarInt
|
||||
/// </summary>
|
||||
Pose,
|
||||
/// <summary>
|
||||
/// VarInt
|
||||
/// </summary>
|
||||
CatVariant,
|
||||
FrogVariant,
|
||||
/// <summary>
|
||||
/// String + Position
|
||||
/// </summary>
|
||||
GlobalPosition,
|
||||
/// <summary>
|
||||
/// Boolean + String + Position
|
||||
/// </summary>
|
||||
OptionalGlobalPosition,
|
||||
/// <summary>
|
||||
/// VarInt
|
||||
/// </summary>
|
||||
PaintingVariant,
|
||||
/// <summary>
|
||||
/// VarInt
|
||||
/// </summary>
|
||||
SnifferState,
|
||||
/// <summary>
|
||||
/// Float x3
|
||||
/// </summary>
|
||||
Vector3,
|
||||
/// <summary>
|
||||
/// Float x4
|
||||
/// </summary>
|
||||
Quaternion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue