java.lang.Object
com.thevoxelbox.voxelsniper.util.material.Materials

public final class Materials extends Object
  • Method Details

    • isEmpty

      public static boolean isEmpty(BlockType blockType)
    • isLiquid

      public static boolean isLiquid(BlockType blockType)
    • isSlab

      public static boolean isSlab(BlockType blockType)
      Return if the given block type belongs to slabs.
      Parameters:
      blockType - the block type to check
      Returns:
      true if block type is a slab, false otherwise.
      Since:
      2.5.0
    • isStair

      public static boolean isStair(BlockType blockType)
      Return if the given block type belongs to stairs.
      Parameters:
      blockType - the block type to check
      Returns:
      true if block type is a stair, false otherwise.
      Since:
      2.5.0