Canvas block schematic preview

This commit is contained in:
Anuken
2023-05-08 12:15:00 -04:00
parent a4972886a3
commit 820fd0d7fc
3 changed files with 93 additions and 27 deletions

View File

@@ -25,8 +25,10 @@ public class BuildPlan implements Position, QuadTreeObject{
/** Last progress.*/
public float progress;
/** Whether construction has started for this plan, and other special variables.*/
public boolean initialized, worldContext = true, stuck, cachedValid;
/** Whether construction has started for this plan. */
public boolean initialized, stuck, cachedValid;
/** If true, this plan is in the world. If false, it is being rendered in a schematic. */
public boolean worldContext = true;
/** Visual scale. Used only for rendering.*/
public float animScale = 0f;