001package net.minecraft.util; 002 003public enum EnumMovingObjectType 004{ 005 TILE, 006 ENTITY; 007}