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 BlockEntityType.BlockEntityFactory<? extends T>
BlockEntityType.Builder.factory
private 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)
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)