Class BlockFixEntryPoint
- java.lang.Object
-
- kz.greetgo.script.model.block.Block
-
- kz.greetgo.script.model.block.fix.BlockFix
-
- kz.greetgo.script.model.block.fix.BlockFixEntryPoint
-
@KafkaModel public class BlockFixEntryPoint extends BlockFix
-
-
Constructor Summary
Constructors Constructor Description BlockFixEntryPoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockFixEntryPointdown(java.lang.String downBlockId)static BlockFixEntryPointof(float x, float y)static BlockFixEntryPointof(float x, float y, java.lang.String downBlockId)
-
-
-
Method Detail
-
of
public static BlockFixEntryPoint of(float x, float y, java.lang.String downBlockId)
-
of
public static BlockFixEntryPoint of(float x, float y)
-
down
public BlockFixEntryPoint down(java.lang.String downBlockId)
-
-