Class GridInfosData

java.lang.Object
blockly_robot.robot.data.model.GridInfosData

public class GridInfosData extends Object
  • Field Details

    • hasGravity

      public boolean hasGravity
    • maxFallAltitude

      public int maxFallAltitude
    • backgroundColor

      public String backgroundColor
      Ist in https://jwinf.de/tasks/jwinf/_common/modules/pemFioi/blocklyRobot_lib-1.1.js definiert
    • borderColor

      public String borderColor
      See Also:
    • bagSize

      public int bagSize
      See Also:
    • autoWithdraw

      public boolean autoWithdraw
      Nicht in der blocky-robot-lib definiert auf GridInfosData Ebene.
    • contextType

      public String contextType
      For example „labyrinth“. Hier wird der Kontext definiert. Mit dem Kontext werden ItemTypes und Aufgabenspezifische Übersetzungen geladen.
    • nbPlatforms

      public int nbPlatforms
    • maxInstructions

      public MaxInstructionsData maxInstructions
      Gibt an, wie viele Blöcke für welche Versionen maximal zur Verfügung stehen
    • itemTypes

      public Map<String,ItemData> itemTypes
    • containerSize

      public int containerSize
      Found in contextParams.json
    • bagInit

      public BagInit bagInit
      Found in contextParams.json
    • noBorders

      public boolean noBorders
      Found in contextParams.json
    • ignoreBag

      public boolean ignoreBag
      Found in contextParams.json
    • blockingFilter

      public boolean blockingFilter
      Found in contextParams.json
    • maxWireLength

      public int maxWireLength
      Found in contextParams.json
    • maxTotalLength

      public int maxTotalLength
      Found in contextParams.json
    • hideSaveOrLoad

      public boolean hideSaveOrLoad
      Gibt an, ob die Programme gespeichert und geladen werden können über das Menu auf der rechten Seite. Für Wettbewerbe immer auf true setzen
  • Constructor Details

    • GridInfosData

      public GridInfosData()