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) 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
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
Subinterfaces of NamedScreenHandlerFactory in net.minecraft.entity.vehicleClasses in net.minecraft.entity.vehicle that implement NamedScreenHandlerFactoryModifier and TypeClassDescriptionclass
class
class
class
-
Uses of NamedScreenHandlerFactory in net.minecraft.screen
Classes in net.minecraft.screen that implement NamedScreenHandlerFactoryModifier and TypeClassDescriptionfinal class
An implementation ofNamedScreenHandlerFactory
that can be used without the use of anonymous class. -
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)
AbstractBlock.AbstractBlockState.createScreenHandlerFactory(net.minecraft.world.World, net.minecraft.util.math.BlockPos)
instead.