Class BlockFixMethod


  • @KafkaModel
    public class BlockFixMethod
    extends BlockFix
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String downBlockId  
      java.lang.String methodName  
      • Fields inherited from class kz.greetgo.script.model.block.fix.BlockFix

        x, y
      • Fields inherited from class kz.greetgo.script.model.block.Block

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockFixMethod()  
    • Method Summary

      • Methods inherited from class kz.greetgo.script.model.block.Block

        getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • methodName

        public java.lang.String methodName
      • downBlockId

        public java.lang.String downBlockId
    • Constructor Detail

      • BlockFixMethod

        public BlockFixMethod()