private void SeeInfoUpdate(UIElement affectedElement) { UIResourcePackSelectionMenu.DisplayMouseTextIfHovered(affectedElement, "UI.SeeTexturePackInfo"); }
private void OffsetFrontwardUpdate(UIElement affectedElement) { UIResourcePackSelectionMenu.DisplayMouseTextIfHovered(affectedElement, "UI.OffsetTexturePackPriorityUp"); }
private void DisablePackUpdate(UIElement affectedElement) { UIResourcePackSelectionMenu.DisplayMouseTextIfHovered(affectedElement, "UI.DisableTexturePack"); }
public UIResourcePackInfoMenu(UIResourcePackSelectionMenu parent, ResourcePack pack) { this._resourceMenu = parent; this._pack = pack; this.BuildPage(); }