mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Inventory handling
This commit is contained in:
parent
c870f080f2
commit
bc449b404e
20 changed files with 538 additions and 44 deletions
14
MinecraftClient/Mapping/EntityType.cs
Normal file
14
MinecraftClient/Mapping/EntityType.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MinecraftClient.Mapping
|
||||
{
|
||||
public enum EntityType
|
||||
{
|
||||
MobAndAnimal,
|
||||
Player,
|
||||
NonLivingThings,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue