Uses of Interface
net.minecraft.screen.NamedScreenHandlerFactory
Packages that use NamedScreenHandlerFactory
Package
Description
-
Uses of NamedScreenHandlerFactory in net.minecraft.block
Fields in net.minecraft.block with type parameters of type NamedScreenHandlerFactoryModifier and TypeFieldDescriptionprivate static final DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,
Optional<NamedScreenHandlerFactory>> ChestBlock.NAME_RETRIEVER
Methods in net.minecraft.block that return NamedScreenHandlerFactoryModifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.createScreenHandlerFactory
(World world, BlockPos pos) AbstractBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Deprecated.AnvilBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) BlockWithEntity.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) CartographyTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) ChestBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) CraftingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) EnchantingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) GrindstoneBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) LecternBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) LoomBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) SmithingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) StonecutterBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) -
Uses of NamedScreenHandlerFactory in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement NamedScreenHandlerFactoryModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of NamedScreenHandlerFactory in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type NamedScreenHandlerFactoryModifier and TypeMethodDescriptionPlayerEntity.openHandledScreen
(@Nullable NamedScreenHandlerFactory factory) -
Uses of NamedScreenHandlerFactory in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement NamedScreenHandlerFactoryModifier and TypeClassDescriptionclass
class
class
-
Uses of NamedScreenHandlerFactory in net.minecraft.screen
Classes in net.minecraft.screen that implement NamedScreenHandlerFactory -
Uses of NamedScreenHandlerFactory in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type NamedScreenHandlerFactoryModifier and TypeMethodDescriptionServerPlayerEntity.openHandledScreen
(@Nullable NamedScreenHandlerFactory factory)