Class InformationCommands

java.lang.Object
dev.latvian.mods.kubejs.command.InformationCommands

public class InformationCommands extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    dump(List<net.minecraft.world.item.ItemStack> stacks, net.minecraft.server.level.ServerPlayer player, String name)
     
    static int
    hand(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.InteractionHand hand)
     
    static int
    hotbar(net.minecraft.server.level.ServerPlayer player)
     
    static int
    inventory(net.minecraft.server.level.ServerPlayer player)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static int dump(List<net.minecraft.world.item.ItemStack> stacks, net.minecraft.server.level.ServerPlayer player, String name)