Fork of Poseidon providing Bukkit #1060 to older Beta versions (b1.0-b1.7.3)
at develop 16 lines 305 B view raw
1package net.minecraft.server; 2 3public class ItemWorldMapBase extends Item { 4 5 protected ItemWorldMapBase(int i) { 6 super(i); 7 } 8 9 public boolean b() { 10 return true; 11 } 12 13 public Packet b(ItemStack itemstack, World world, EntityHuman entityhuman) { 14 return null; 15 } 16}