Uses of Interface
net.minecraft.screen.NamedScreenHandlerFactory
Package
Description
-
Uses of NamedScreenHandlerFactory in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static final DoubleBlockProperties.PropertyRetriever
<ChestBlockEntity, Optional<NamedScreenHandlerFactory>> ChestBlock.NAME_RETRIEVER
Modifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.createScreenHandlerFactory
(World world, BlockPos pos) protected @Nullable NamedScreenHandlerFactory
AbstractBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected @Nullable NamedScreenHandlerFactory
AnvilBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected @Nullable NamedScreenHandlerFactory
BlockWithEntity.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected @Nullable NamedScreenHandlerFactory
CartographyTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected @Nullable NamedScreenHandlerFactory
ChestBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected NamedScreenHandlerFactory
CraftingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected @Nullable NamedScreenHandlerFactory
EnchantingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected NamedScreenHandlerFactory
GrindstoneBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected @Nullable NamedScreenHandlerFactory
LecternBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected NamedScreenHandlerFactory
LoomBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected NamedScreenHandlerFactory
SmithingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.protected @Nullable NamedScreenHandlerFactory
StonecutterBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created. -
Uses of NamedScreenHandlerFactory in net.minecraft.block.entity
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of NamedScreenHandlerFactory in net.minecraft.entity.player
Modifier and TypeMethodDescriptionPlayerEntity.openHandledScreen
(@Nullable NamedScreenHandlerFactory factory) -
Uses of NamedScreenHandlerFactory in net.minecraft.entity.vehicle
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of NamedScreenHandlerFactory in net.minecraft.screen
Modifier and TypeClassDescriptionfinal class
An implementation ofNamedScreenHandlerFactory
that can be used without the use of anonymous class. -
Uses of NamedScreenHandlerFactory in net.minecraft.server.network
Modifier and TypeMethodDescriptionServerPlayerEntity.openHandledScreen
(@Nullable NamedScreenHandlerFactory factory)