Interface EntityBlockParams

All Known Implementing Classes:
BlockParams

public interface EntityBlockParams
An interface that is used by the draw() method of some Block implementations to determine whether to generate entities for the items within the block.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns a flag that controls whether the block should return entities for the items it draws.
  • Method Details

    • getGenerateEntities

      Returns a flag that controls whether the block should return entities for the items it draws.
      Returns:
      A boolean.