Krenair

World class current client-server fields diff

Dec 28th, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.87 KB | None | 0 0
  1. 57c54
  2. <    public int heightShift;
  3. ---
  4. >    public int worldYBits = 7;
  5. 59,61c56,58
  6. <    public int worldHeight;
  7. <    public int worldMaxY;
  8. <    public int seaLevel;
  9. ---
  10. >    public int worldYMax;
  11. >    public int worldYMask;
  12. >    public int worldOceanHeight;
  13. 71c68
  14. <    public List weatherEffects;
  15. ---
  16. >    public List lightningEntities;
  17. 74c71
  18. <    protected int updateLCG;
  19. ---
  20. >    protected int distHashCounter;
  21. 91c88
  22. <    protected final ISaveHandler saveHandler;
  23. ---
  24. >    protected final ISaveHandler worldFile;
  25. 93c90
  26. <    public boolean findingSpawnPoint;
  27. ---
  28. >    public boolean worldChunkLoadOverride;
  29. 100,101c97,98
  30. <    private Set positionsToUpdate;
  31. <    private int soundCounter;
  32. ---
  33. >    private Set activeChunkSet;
  34. >    private int ambientTickCountdown;
  35. 104c101
  36. <    public boolean multiplayerWorld;
  37. ---
  38. >    public boolean singleplayerWorld;
Advertisement
Add Comment
Please, Sign In to add comment