Package dev.latvian.mods.kubejs.command
Class InformationCommands
java.lang.Object
dev.latvian.mods.kubejs.command.InformationCommands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intdump(List<net.minecraft.world.item.ItemStack> stacks, net.minecraft.server.level.ServerPlayer player, String name) static inthand(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.InteractionHand hand) static inthotbar(net.minecraft.server.level.ServerPlayer player) static intinventory(net.minecraft.server.level.ServerPlayer player)
-
Constructor Details
-
InformationCommands
public InformationCommands()
-
-
Method Details
-
hand
public static int hand(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.InteractionHand hand) -
inventory
public static int inventory(net.minecraft.server.level.ServerPlayer player) -
hotbar
public static int hotbar(net.minecraft.server.level.ServerPlayer player) -
dump
-