ContainerFactory

public interface ContainerFactory<T>

Deprecated

Use net.fabricmc.fabric.api.screenhandler.v1.ScreenHandlerRegistry.ExtendedClientHandlerFactory instead.

Functions

create
Link copied to clipboard
abstract T create(int syncId, Identifier identifier, PlayerEntity player, PacketByteBuf buf)
Creates the new object.

Sources

jvm source
Link copied to clipboard