java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.jackmeng.halcyoninae.cosmos.components.bottompane.bbloc.BBlocView
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BBlocView extends JPanel
BBloc short for Button Bloc is a view to display a button palette.

These buttons can be used to address certain things regarding the player.

Since:
3.0
Author:
Jack Meng
See Also:
  • Field Details

  • Constructor Details

    • BBlocView

      public BBlocView()
  • Method Details

    • addBBlockButtons

      public void addBBlockButtons(BBlocButton... buttons)
      Attempts to add an N amount of BBlocButton implementations to the current BBloc container.
      Parameters:
      buttons - A Vararg of BBloc Buttons
      Since:
      3.0
      See Also: