Remove Block.addInformation exists in vanilla (#3413)

This commit is contained in:
TechnicianLP 2016-11-18 22:24:49 +01:00 committed by LexManos
parent 9cf74914e7
commit 668bf47337
1 changed files with 0 additions and 11 deletions

View File

@ -1337,17 +1337,6 @@
+ }
+
+ /**
+ * Add information to the blocks tooltip, called from the default implementation of {@link ItemBlock#addInformation(ItemStack, EntityPlayer, List, boolean)}
+ * @param stack The stack the tooltip is being retrieved for
+ * @param player The player retrieving the tooltip
+ * @param tooltip The lines to be displayed on the tooltip
+ * @param advanced If the client has advanced debug tooltips enabled
+ */
+ public void addInformation(ItemStack stack, EntityPlayer player, List<String> tooltip, boolean advanced)
+ {
+ }
+
+ /**
+ * Sensitive version of getSoundType
+ * @param state The state
+ * @param world The world