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.factoryprivate final BlockEntityType.BlockEntityFactory<? extends T> BlockEntityType.factoryMethods 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) privateBuilder(BlockEntityType.BlockEntityFactory<? extends T> factory, Set<Block> blocks)