Uses of Interface
net.minecraft.block.entity.BlockEntityType.BlockEntityFactory
Packages that use BlockEntityType.BlockEntityFactory
-
Uses of BlockEntityType.BlockEntityFactory in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as BlockEntityType.BlockEntityFactoryModifier and TypeFieldDescriptionprivate final BlockEntityType.BlockEntityFactory<? extends T> BlockEntityType.factoryMethods in net.minecraft.block.entity with parameters of type BlockEntityType.BlockEntityFactoryModifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
BlockEntityType<T> BlockEntityType.create(String id, BlockEntityType.BlockEntityFactory<? extends T> factory, Block[] blocks) Constructors in net.minecraft.block.entity with parameters of type BlockEntityType.BlockEntityFactoryModifierConstructorDescriptionprivateBlockEntityType(BlockEntityType.BlockEntityFactory<? extends T> factory, Set<Block> blocks)