Uses of Interface
net.minecraft.screen.NamedScreenHandlerFactory
Package
Description
-
Uses of NamedScreenHandlerFactory in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static 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)
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
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
-
Uses of NamedScreenHandlerFactory in net.minecraft.screen
-
Uses of NamedScreenHandlerFactory in net.minecraft.server.network
Modifier and TypeMethodDescriptionServerPlayerEntity.openHandledScreen(@Nullable NamedScreenHandlerFactory factory)