Interface NativeMultipart


public interface NativeMultipart
A Block that can be converted (in-place) to an AbstractPart. (Usually called in MultipartUtil.offerNewPart(World, BlockPos, MultipartCreator). If you want to add support for other blocks then you can use LOOKUP.

This is generally only useful if your block does NOT already have a BlockEntity.