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.Builder.factory
private final BlockEntityType.BlockEntityFactory
<? extends T> BlockEntityType.factory
Methods in net.minecraft.block.entity with parameters of type BlockEntityType.BlockEntityFactoryModifier and TypeMethodDescriptionstatic <T extends BlockEntity>
BlockEntityType.Builder<T> BlockEntityType.Builder.create
(BlockEntityType.BlockEntityFactory<? extends T> factory, Block[] blocks) Returns a new builder of a block entity type that supportsblocks
.Constructors in net.minecraft.block.entity with parameters of type BlockEntityType.BlockEntityFactoryModifierConstructorDescriptionBlockEntityType
(BlockEntityType.BlockEntityFactory<? extends T> factory, Set<Block> blocks, com.mojang.datafixers.types.Type<?> type) private
Builder
(BlockEntityType.BlockEntityFactory<? extends T> factory, Set<Block> blocks)