the whole game
This commit is contained in:
21
src/client/renderer/EntityTileRenderer.h
Executable file
21
src/client/renderer/EntityTileRenderer.h
Executable file
@@ -0,0 +1,21 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_RENDERER__EntityTileRenderer_H__
|
||||
#define NET_MINECRAFT_CLIENT_RENDERER__EntityTileRenderer_H__
|
||||
|
||||
//package net.minecraft.client.renderer;
|
||||
|
||||
#include "../../world/level/tile/entity/ChestTileEntity.h"
|
||||
#include "tileentity/TileEntityRenderDispatcher.h"
|
||||
|
||||
class Tile;
|
||||
|
||||
class EntityTileRenderer
|
||||
{
|
||||
public:
|
||||
static EntityTileRenderer* instance;
|
||||
|
||||
void render(Tile* tile, int data, float brightness);
|
||||
|
||||
ChestTileEntity chest;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_RENDERER__EntityTileRenderer_H__*/
|
||||
Reference in New Issue
Block a user