Uses of Interface
net.minecraft.screen.ScreenHandlerType.Factory
Packages that use ScreenHandlerType.Factory
-
Uses of ScreenHandlerType.Factory in net.minecraft.screen
Fields in net.minecraft.screen declared as ScreenHandlerType.FactoryModifier and TypeFieldDescriptionprivate final ScreenHandlerType.Factory
<T> ScreenHandlerType.factory
Methods in net.minecraft.screen with parameters of type ScreenHandlerType.FactoryModifier and TypeMethodDescriptionprivate static <T extends ScreenHandler>
ScreenHandlerType<T> ScreenHandlerType.register
(String id, ScreenHandlerType.Factory<T> factory) private static <T extends ScreenHandler>
ScreenHandlerType<T> ScreenHandlerType.register
(String id, ScreenHandlerType.Factory<T> factory, FeatureFlag[] requiredFeatures) Constructors in net.minecraft.screen with parameters of type ScreenHandlerType.FactoryModifierConstructorDescriptionprivate
ScreenHandlerType
(ScreenHandlerType.Factory<T> factory, FeatureSet requiredFeatures)