Updated to rename revision 02
This commit is contained in:
@@ -16,7 +16,7 @@ public class ItemFlintAndSteel extends Item {
|
||||
this.setMaxDurability(64);
|
||||
}
|
||||
|
||||
public boolean a(ItemStack itemstack, EntityHuman entityhuman, World world, int i, int j, int k, int l) {
|
||||
public boolean interactWith(ItemStack itemstack, EntityHuman entityhuman, World world, int i, int j, int k, int l) {
|
||||
int clickedX = i, clickedY = j, clickedZ = k; // CraftBukkit
|
||||
|
||||
if (l == 0) {
|
||||
|
||||
Reference in New Issue
Block a user