Class MenuHooks
java.lang.Object
earth.terrarium.botarium.common.menu.MenuHooks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidopenMenu(net.minecraft.server.level.ServerPlayer player, ExtraDataMenuProvider provider) When called this will open the menu for the player and will call theExtraDataMenuProvider.writeExtraData(net.minecraft.server.level.ServerPlayer, net.minecraft.network.FriendlyByteBuf)method on the provider and will send an open menu packet with the extra data.
-
Constructor Details
-
MenuHooks
public MenuHooks()
-
-
Method Details