ExtendedClientHandlerFactory

public interface ExtendedClientHandlerFactory<T extends ScreenHandler>

A factory for client-sided screen handler instanceswith additional screen opening data.

See also

Parameters

<T>

the screen handler type

Functions

create
Link copied to clipboard
@Environment(value = EnvType.CLIENT)
abstract T create(int syncId, PlayerInventory inventory, PacketByteBuf buf)
Creates a new client-sided screen handler with additional screen opening data.

Sources

jvm source
Link copied to clipboard