mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-09-23 20:21:12 +00:00
@@ -18,7 +18,7 @@ public:
|
||||
SkullTileRenderer();
|
||||
~SkullTileRenderer();
|
||||
|
||||
void render(std::shared_ptr<TileEntity> skull, double x, double y, double z, float a, bool setColor, float alpha, bool useCompiled = true);
|
||||
void render(shared_ptr<TileEntity> skull, double x, double y, double z, float a, bool setColor, float alpha, bool useCompiled = true);
|
||||
void init(TileEntityRenderDispatcher *tileEntityRenderDispatcher);
|
||||
void renderSkull(float x, float y, float z, int face, float rot, int type, const wstring &extra);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user