
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