mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LegacyNetherFork.git
synced 2026-05-21 23:55:10 +00:00
Update BeaconMenu.h
This commit is contained in:
@@ -36,9 +36,10 @@ private:
|
||||
public:
|
||||
BeaconMenu(shared_ptr<Container> inventory, shared_ptr<BeaconTileEntity> beacon);
|
||||
|
||||
void addSlotListener(ContainerListener *listener);
|
||||
void addSlotListener(ContainerListener *listener) override;
|
||||
void broadcastChanges() override;
|
||||
void setData(int id, int value);
|
||||
shared_ptr<BeaconTileEntity> getBeacon();
|
||||
bool stillValid(shared_ptr<Player> player);
|
||||
shared_ptr<ItemInstance> quickMoveStack(shared_ptr<Player> player, int slotIndex);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user