All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.ItemWorldMapBase Maven / Gradle / Ivy

package net.minecraft.server;

public class ItemWorldMapBase extends Item {
	
	protected ItemWorldMapBase() {
	}
	
	public boolean f() {
		return true;
	}
	
	public Packet c(ItemStack itemstack, World world, EntityHuman entityhuman) {
		return null;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy