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

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

package net.minecraft.server;

public class ItemPiston extends ItemBlock {
	
	public ItemPiston(Block block) {
		super(block);
	}
	
	public int filterData(int i) {
		return 7;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy