Skip to content

Commit

Permalink
Marking ClientLevel for phase 2/3
Browse files Browse the repository at this point in the history
  • Loading branch information
seelderr committed Jan 13, 2024
1 parent cba4d0b commit c182443
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ public class MixinClientLevel implements CubicClientLevel, MarkableAsCubic {
@Override
public void cc_setCubic() { cc_isCubic = true;}

// onCubeLoaded - new function

// hasCube - new function
// unload
// TODO: Phase 2 - this interacts with the lighting engine and will need to change to support cubes

// onCubeLoaded
// TODO: Phase 3 - we will need to interact with entityStorage correctly at a per-cube level
}

0 comments on commit c182443

Please sign in to comment.