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) AbstractBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Deprecated.AnvilBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.BlockWithEntity.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.CartographyTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.ChestBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.CraftingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.EnchantingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.GrindstoneBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.LecternBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.LoomBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.SmithingTableBlock.createScreenHandlerFactory
(BlockState state, World world, BlockPos pos) Returns the screen handler factory ornull
if screen handler cannot be created.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
-
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)
AbstractBlock.AbstractBlockState.createScreenHandlerFactory(net.minecraft.world.World, net.minecraft.util.math.BlockPos)
instead.