Guest User

Untitled

a guest
Oct 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. src/minecraft/org/getspout/spout/gui/CustomTextField.java:31: cannot find symbol
  2. symbol : variable field
  3. location: class org.getspout.spout.gui.CustomTextField
  4. this.field = field;
  5. ^
  6.  
  7. src/minecraft/org/getspout/spout/gui/CustomTextField.java:85: cannot find symbol
  8. symbol : variable field
  9. location: class org.getspout.spout.gui.CustomTextField
  10. ((EntityClientPlayerMP)Minecraft.theMinecraft.thePlayer).sendQueue.addToSendQueue(new CustomPacket(new PacketControlAction(screen, field, getField().getText(), getField().getCursorPosition())));
  11. ^
  12.  
  13. src/minecraft/org/getspout/spout/gui/CustomTextField.java:140: cannot find symbol
  14. symbol : variable field
  15. location: class org.getspout.spout.gui.CustomTextField
  16. return (TextField) field;
  17. ^
  18.  
  19. src/minecraft/org/getspout/spout/gui/CustomTextField.java:145: cannot find symbol
  20. symbol : method updateWidget(org.getspout.spout.gui.Control)
  21. location: class net.minecraft.src.GuiButton
  22. super.updateWidget(widget);
  23. ^
  24.  
  25. src/minecraft/org/getspout/spout/gui/CustomTextField.java:143: method does not override or implement a method from a supertype
  26. @Override
  27. ^
  28.  
  29. src/minecraft/org/getspout/spout/gui/GenericControl.java:114: cannot find symbol
  30. symbol : method isEqual(org.getspout.spout.gui.Widget)
  31. location: class net.minecraft.src.GuiButton
  32. if (((GuiButton)control).isEqual((Widget)this)) {
  33. ^
  34.  
  35. src/minecraft/org/getspout/spout/gui/GenericControl.java:116: cannot find symbol
  36. symbol : method updateWidget(org.getspout.spout.gui.GenericControl)
  37. location: class net.minecraft.src.GuiButton
  38. field.updateWidget(this);
  39. ^
Add Comment
Please, Sign In to add comment