Package net.minecraft.screen
package net.minecraft.screen
-
ClassDescriptionAbstractRecipeScreenHandler<C extends Inventory>A
PropertyDelegate
that is implemented using an int array.A screen handler factory with a name (title).An integer property that is stored in aScreenHandler
.A property delegate represents an indexed list of integer properties.Manages lists of item stacks and properties between the server and the client for use in a screen.A screen handler context allows running code on the server side only.A functional interface to create a new screen handler (menu) on the server.ScreenHandlerType<T extends ScreenHandler>Screen handler type is used to create screen handlers on the client.ScreenHandlerType.Factory<T extends ScreenHandler>A functional interface that creates a screen handler instance on the client.An implementation ofNamedScreenHandlerFactory
that can be used without the use of anonymous class.