Class EditorController

java.lang.Object
de.luckymcdev.foundryengine.client.editor.EditorController

public class EditorController extends Object
  • Field Details

    • EDITOR_ITEM

      public static final net.minecraft.world.item.Item EDITOR_ITEM
  • Constructor Details

    • EditorController

      public EditorController()
  • Method Details

    • isEditorStack

      public static boolean isEditorStack(net.minecraft.world.item.ItemStack stack)
    • isHoldingEditorItem

      public static boolean isHoldingEditorItem()
    • isUsingEditorItem

      public static boolean isUsingEditorItem()
    • getCutsceneEditorFeature

      public CutsceneEditorFeature getCutsceneEditorFeature()
    • getAreaEditorFeature

      public AreaEditorFeature getAreaEditorFeature()
    • clientTick

      public void clientTick()
    • onScroll

      public boolean onScroll(double vertical)
    • renderFeatures

      public void renderFeatures()