Files
minecraft-pe-0.6.1/src/world/item/UseAnim.h
2026-03-02 22:04:18 +03:00

15 lines
249 B
C++
Executable File

#ifndef NET_MINECRAFT_WORLD_ITEM__UseAnim_H__
#define NET_MINECRAFT_WORLD_ITEM__UseAnim_H__
class UseAnim {
public:
enum UseAnimation {
none,
eat,
drink,
block,
bow
};
};
#endif /* NET_MINECRAFT_WORLD_ITEM__UseAnim_H__ */