Uses of Interface
net.minecraft.block.entity.BlockEntityType.BlockEntityFactory
| Package | Description |
|---|---|
| net.minecraft.block.entity |
-
Uses of BlockEntityType.BlockEntityFactory in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as BlockEntityType.BlockEntityFactory Modifier and Type Field Description private BlockEntityType.BlockEntityFactory<? extends T>BlockEntityType.Builder. factoryprivate BlockEntityType.BlockEntityFactory<? extends T>BlockEntityType. factoryMethods in net.minecraft.block.entity with parameters of type BlockEntityType.BlockEntityFactory Modifier and Type Method Description static <T extends BlockEntity>
BlockEntityType.Builder<T>BlockEntityType.Builder. create(BlockEntityType.BlockEntityFactory<? extends T> factory, Block[] blocks)Constructors in net.minecraft.block.entity with parameters of type BlockEntityType.BlockEntityFactory Constructor Description BlockEntityType(BlockEntityType.BlockEntityFactory<? extends T> factory, Set<Block> blocks, com.mojang.datafixers.types.Type<?> type)Builder(BlockEntityType.BlockEntityFactory<? extends T> factory, Set<Block> blocks)