Package net.minecraft.screen
Interface NamedScreenHandlerFactory
- All Superinterfaces:
ScreenHandlerFactory
- All Known Implementing Classes:
AbstractFurnaceBlockEntity
,BarrelBlockEntity
,BeaconBlockEntity
,BlastFurnaceBlockEntity
,BrewingStandBlockEntity
,ChestBlockEntity
,ChestMinecartEntity
,DispenserBlockEntity
,DropperBlockEntity
,FurnaceBlockEntity
,HopperBlockEntity
,HopperMinecartEntity
,LecternBlockEntity
,LockableContainerBlockEntity
,LootableContainerBlockEntity
,ShulkerBoxBlockEntity
,SimpleNamedScreenHandlerFactory
,SmokerBlockEntity
,StorageMinecartEntity
,TrappedChestBlockEntity
public interface NamedScreenHandlerFactory extends ScreenHandlerFactory
-
Method Summary
Modifier and Type Method Description Text
getDisplayName()
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.Methods inherited from interface net.minecraft.screen.ScreenHandlerFactory
createMenu
-
Method Details
-
getDisplayName
Text getDisplayName()Returns the title of this screen handler; will be a part of the open screen packet sent to the client.
-