Interface Requirements


public interface Requirements
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    entity(net.minecraft.commands.CommandSourceStack commandSource)
     
    boolean
    manageGameSettings(net.minecraft.commands.CommandSourceStack commandSource)
     
    boolean
    managePlayerAccess(net.minecraft.commands.CommandSourceStack commandSource)
     
    boolean
    manageServer(net.minecraft.commands.CommandSourceStack commandSource)
     
    boolean
    player(net.minecraft.commands.CommandSourceStack commandSource)
     
  • Method Details

    • entity

      boolean entity(net.minecraft.commands.CommandSourceStack commandSource)
    • player

      boolean player(net.minecraft.commands.CommandSourceStack commandSource)
    • manageGameSettings

      boolean manageGameSettings(net.minecraft.commands.CommandSourceStack commandSource)
    • managePlayerAccess

      boolean managePlayerAccess(net.minecraft.commands.CommandSourceStack commandSource)
    • manageServer

      boolean manageServer(net.minecraft.commands.CommandSourceStack commandSource)