Uses of Interface
net.minecraft.screen.ScreenHandlerFactory
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.entity.vehicle | |
| net.minecraft.screen |
-
Uses of ScreenHandlerFactory in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement ScreenHandlerFactory Modifier and Type Class Description classAbstractFurnaceBlockEntityclassBarrelBlockEntityclassBeaconBlockEntityclassBlastFurnaceBlockEntityclassBrewingStandBlockEntityclassChestBlockEntityclassDispenserBlockEntityclassDropperBlockEntityclassFurnaceBlockEntityclassHopperBlockEntityclassLecternBlockEntityclassLockableContainerBlockEntityclassLootableContainerBlockEntityclassShulkerBoxBlockEntityclassSmokerBlockEntityclassTrappedChestBlockEntity -
Uses of ScreenHandlerFactory in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement ScreenHandlerFactory Modifier and Type Class Description classChestMinecartEntityclassHopperMinecartEntityclassStorageMinecartEntity -
Uses of ScreenHandlerFactory in net.minecraft.screen
Subinterfaces of ScreenHandlerFactory in net.minecraft.screen Modifier and Type Interface Description interfaceNamedScreenHandlerFactoryClasses in net.minecraft.screen that implement ScreenHandlerFactory Modifier and Type Class Description classSimpleNamedScreenHandlerFactoryFields in net.minecraft.screen declared as ScreenHandlerFactory Modifier and Type Field Description private ScreenHandlerFactorySimpleNamedScreenHandlerFactory. baseFactoryConstructors in net.minecraft.screen with parameters of type ScreenHandlerFactory Constructor Description SimpleNamedScreenHandlerFactory(ScreenHandlerFactory baseFactory, Text name)