
net.minecraft.server.ItemBook Maven / Gradle / Ivy
package net.minecraft.server;
public class ItemBook extends Item {
public ItemBook() {
}
public boolean f_(ItemStack itemstack) {
return itemstack.count == 1;
}
public int b() {
return 1;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy