Class LExecutor.DrawI

java.lang.Object
mindustry.logic.LExecutor.DrawI
All Implemented Interfaces:
LExecutor.LInstruction
Enclosing class:
LExecutor

public static class LExecutor.DrawI extends Object implements LExecutor.LInstruction
  • Field Details

    • type

      public byte type
    • target

      public int target
    • x

      public int x
    • y

      public int y
    • p1

      public int p1
    • p2

      public int p2
    • p3

      public int p3
    • p4

      public int p4
  • Constructor Details

    • DrawI

      public DrawI(byte type, int target, int x, int y, int p1, int p2, int p3, int p4)
    • DrawI

      public DrawI()
  • Method Details