接口 ClientboundCommandsPacket.NodeInspector<S>

封闭类:
ClientboundCommandsPacket

public static interface ClientboundCommandsPacket.NodeInspector<S>
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    isExecutable(com.mojang.brigadier.tree.CommandNode<S> p_425963_)
     
    boolean
    isRestricted(com.mojang.brigadier.tree.CommandNode<S> p_425744_)
     
    suggestionId(com.mojang.brigadier.tree.ArgumentCommandNode<S,?> p_425676_)
     
  • 方法详细资料

    • suggestionId

      @Nullable ResourceLocation suggestionId(com.mojang.brigadier.tree.ArgumentCommandNode<S,?> p_425676_)
    • isExecutable

      boolean isExecutable(com.mojang.brigadier.tree.CommandNode<S> p_425963_)
    • isRestricted

      boolean isRestricted(com.mojang.brigadier.tree.CommandNode<S> p_425744_)