public void ShowForEntity(IEntity entity) { entity.SendMessage(InterfaceMessage.Show(this, new MassSendInterfaceItemsPacket(Id, Container))); }
public void ShowForEntity(IEntity entity) { entity.SendMessage(InterfaceMessage.Show( this, new ShowSidebarInterfacePacket((short)Id, SidebarIndex))); }