Interface BlockType.Typed<B extends BlockData>

Type Parameters:
B - the generic type of the block data that represents the block type.
All Superinterfaces:
BlockType, FeatureDependant, Keyed, Keyed, Translatable, Translatable
Enclosing interface:
BlockType

public static interface BlockType.Typed<B extends BlockData> extends BlockType
Typed represents a subtype of BlockTypes that have a known block data type at compile time.