namespace MinecraftClient.Inventory { /// /// Represents a Minecraft hand /// public enum Hand { MainHand = 0, OffHand = 1, } }