#pragma once #include "AbstractContainerScreen.h" class DispenserTileEntity; class Inventory; class TrapScreen : public AbstractContainerScreen { public: TrapScreen(std::shared_ptr inventory, std::shared_ptr trap); protected: virtual void renderLabels(); virtual void renderBg(float a); };