Interface FabricBlockEntityType.Builder<T extends BlockEntity>
- Enclosing interface:
FabricBlockEntityType
public static interface FabricBlockEntityType.Builder<T extends BlockEntity>
General-purpose Fabric-provided extensions for
BlockEntityType.Builder.
Note: This interface is automatically implemented on BlockEntityType.Builder via Mixin and interface injection.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockEntityType<T> build()Builds theBlockEntityType, seeBlockEntityType.Builder.build(Type).
-
Method Details
-
build
Builds theBlockEntityType, seeBlockEntityType.Builder.build(Type).- Returns:
- the built
BlockEntityType
-