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

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

package net.minecraft.server;

public class ItemAnvil extends ItemMultiTexture {
	
	public ItemAnvil(Block block) {
		super(block, block, new String[]{"intact", "slightlyDamaged", "veryDamaged"});
	}
	
	public int filterData(int i) {
		return i << 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy