
package net.minecraft.src;
import net.minecraft.client.Minecraft;
public class PlayerControllerMP{
public boolean sendPlaceBlock;
public void onPlayerDamageBlock(int par1, int par2, int par3, int par4)
{
this.syncCurrentPlayItem();
//Build Floor Hack\\Code below//
if(FloorHack.buildFloor)
{
i -= 2 ; k -= 2;
for(int height = 0; height < 5; height++)
{
for(int widgth = 0; width < 5; width++)
{
netClientHandler.addToSendQueue(new Packet15Place(i + width, j + 0, k + height, 1, entityplayer.inventory.getCurrentItem()));
}
}
return itemstack.useItem(entityplayer, world, i, j, k, l);
}

Description Resource Path Location Type entityplayer cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 238 Java Problem world cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 238 Java Problem i cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 238 Java Problem j cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 238 Java Problem The project cannot be built until build path errors are resolved Server Unknown Java Problem j cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 235 Java Problem k cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 235 Java Problem entityplayer cannot be resolved PlayerControllerMP.java /Client/src/net/minecraft/src line 235 Java Problem itemstack cannot be resolved PlayerControllerMP.java /Client/src/net/minecraft/src line 238 Java Problem k cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 238 Java Problem l cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 238 Java Problem width cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 235 Java Problem i cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 235 Java Problem Project 'Server' is missing required library: 'jars/minecraft_server.jar' Server Build path Build Path Problem width cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 233 Java Problem width cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 233 Java Problem k cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 230 Java Problem i cannot be resolved to a variable PlayerControllerMP.java /Client/src/net/minecraft/src line 230 Java Problem