Generify
This commit is contained in:
parent
e6354fb483
commit
beb85cf154
18 changed files with 33 additions and 132 deletions
|
@ -54,8 +54,7 @@ public class ItemSigilBase extends ItemBindable implements ISigil {
|
|||
|
||||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
@SuppressWarnings("unchecked")
|
||||
public void addInformation(ItemStack stack, EntityPlayer player, List tooltip, boolean advanced) {
|
||||
public void addInformation(ItemStack stack, EntityPlayer player, List<String> tooltip, boolean advanced) {
|
||||
|
||||
if (StatCollector.canTranslate(tooltipBase + "desc"))
|
||||
tooltip.add(TextHelper.localizeEffect(tooltipBase + "desc"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue