Skip to content

Commit

Permalink
COmments-
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Dec 6, 2016
1 parent 602abfe commit 0cd07d2
Showing 1 changed file with 7 additions and 8 deletions.
Expand Up @@ -16,16 +16,15 @@
*/
public class OnGroundReference {

// TODO: More simplified opportunistic variant?
// TODO: Include/exclude other edge cases :p.

/*
* TODO: Make this a reference for use within the BlockChangeTracker at
* first. isOnGround is moved back there, but the reference carries entry,
* entryAbove, and the overlap logic + split to methods + nice to use access
* methods. Essentially this is an iterator for somehow consistent
* dual-block states.
* TODO: Consider adding a super interface/abstract, to make the
* implementation interchangeable (aiming at a very simple implementation,
* configurable).
*/

// TODO: More simplified opportunistic variant?
// TODO: Can other edge cases be excluded?
// TODO: (Ever detach this to be used from within BlockProperties?)

private BlockCache blockCache = null;
private BlockChangeReference ref = null;
Expand Down

0 comments on commit 0cd07d2

Please sign in to comment.