Interface BlockIds


public interface BlockIds
Contains all the keys of the default cube shape blocks that are registered in the BlockRegistry. Use these keys to retrieve the blocks from the BlockRegistry.get(String). For non-default shapes, use the getName(String type, String shape) method to get the name (id) of the block. The convention is that the name of the block is a concatenation of the type and shape with a dash or hyphen in between. When the shape of the block is the default shape (ShapeIds.CUBE) the shape can be left out in the name. Some examples: - block (type: grass, shape: cube) name: grass - block (type: dirt, shape: cube_west) name: dirt-cube_west - block (type: mossy_cobblestone, shape: stairs_inverted_inner_corner_east) name: mossy_cobblestone-stairs_inverted_inner_corner_east