forked from Kolyah35/minecraft-pe-0.6.1
the whole game
This commit is contained in:
10
src/world/level/tile/entity/TileEntityRendererId.h
Executable file
10
src/world/level/tile/entity/TileEntityRendererId.h
Executable file
@@ -0,0 +1,10 @@
|
||||
#ifndef NET_MINECRAFT_WORLD_ENTITY__TileEntityRendererId_H__
|
||||
#define NET_MINECRAFT_WORLD_ENTITY__TileEntityRendererId_H__
|
||||
|
||||
enum TileEntityRendererId {
|
||||
TR_DEFAULT_RENDERER,
|
||||
TR_CHEST_RENDERER,
|
||||
TR_SIGN_RENDERER
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_WORLD_ENTITY__TileEntityRendererId_H__*/
|
||||
Reference in New Issue
Block a user