Uses of Interface
net.minecraft.screen.ScreenHandlerFactory
Packages that use ScreenHandlerFactory
-
Uses of ScreenHandlerFactory in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement ScreenHandlerFactoryModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ScreenHandlerFactory in net.minecraft.entity.vehicle
Subinterfaces of ScreenHandlerFactory in net.minecraft.entity.vehicleClasses in net.minecraft.entity.vehicle that implement ScreenHandlerFactoryModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ScreenHandlerFactory in net.minecraft.screen
Subinterfaces of ScreenHandlerFactory in net.minecraft.screenModifier and TypeInterfaceDescriptioninterface
A screen handler factory with a name (title).Classes in net.minecraft.screen that implement ScreenHandlerFactoryModifier and TypeClassDescriptionfinal class
An implementation ofNamedScreenHandlerFactory
that can be used without the use of anonymous class.Fields in net.minecraft.screen declared as ScreenHandlerFactoryModifier and TypeFieldDescriptionprivate final ScreenHandlerFactory
SimpleNamedScreenHandlerFactory.baseFactory
Constructors in net.minecraft.screen with parameters of type ScreenHandlerFactoryModifierConstructorDescriptionSimpleNamedScreenHandlerFactory
(ScreenHandlerFactory baseFactory, Text name)