Class ASMUContainerMenuHook
java.lang.Object
info.u_team.u_team_core.intern.asm.ASMUContainerMenuHook
Class used for an asm hook (ucontainermenu-init-menu.js) for the
Do not change package, class or method names without changing them in the asm core mod!
UAbstractContainerMenu
. Do not change package, class or method names without changing them in the asm core mod!
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
hook
(net.minecraft.world.inventory.AbstractContainerMenu menu, net.minecraft.server.level.ServerPlayer player) Called from asm core mod fromServerPlayer.initMenu(AbstractContainerMenu)
method.
-
Constructor Details
-
ASMUContainerMenuHook
public ASMUContainerMenuHook()
-
-
Method Details
-
hook
public static void hook(net.minecraft.world.inventory.AbstractContainerMenu menu, net.minecraft.server.level.ServerPlayer player) Called from asm core mod fromServerPlayer.initMenu(AbstractContainerMenu)
method.
-