Initial commit
This commit is contained in:
13
Minecraft.Client/TrapScreen.h
Normal file
13
Minecraft.Client/TrapScreen.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "AbstractContainerScreen.h"
|
||||
class DispenserTileEntity;
|
||||
class Inventory;
|
||||
|
||||
class TrapScreen : public AbstractContainerScreen
|
||||
{
|
||||
public:
|
||||
TrapScreen(shared_ptr<Inventory> inventory, shared_ptr<DispenserTileEntity> trap);
|
||||
protected:
|
||||
virtual void renderLabels();
|
||||
virtual void renderBg(float a);
|
||||
};
|
||||
Reference in New Issue
Block a user