Class TetrominosFactory

java.lang.Object
miniGame.tetris.TetrominosFactory

public class TetrominosFactory
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TetrominosFactory()  
  • Method Summary

    Modifier and Type Method Description
    static Tetromino create()
    랜덤한 정수를 받아서 랜덤한 블럭 리턴

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TetrominosFactory

      public TetrominosFactory()
  • Method Details

    • create

      public static Tetromino create()
      랜덤한 정수를 받아서 랜덤한 블럭 리턴
      Returns: