Class BlockFixEmpty


  • @KafkaModel
    public class BlockFixEmpty
    extends BlockFix
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String holdBlockId  
      • 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
      BlockFixEmpty()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BlockFixEmpty of​(float x, float y, java.lang.String holdBlockId)  
      • 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

      • holdBlockId

        public java.lang.String holdBlockId
    • Constructor Detail

      • BlockFixEmpty

        public BlockFixEmpty()
    • Method Detail

      • of

        public static BlockFixEmpty of​(float x,
                                       float y,
                                       java.lang.String holdBlockId)