Interface Requirements
public interface Requirements
-
Method Summary
Modifier and TypeMethodDescriptionbooleanentity(net.minecraft.commands.CommandSourceStack commandSource) booleanmanageGameSettings(net.minecraft.commands.CommandSourceStack commandSource) booleanmanagePlayerAccess(net.minecraft.commands.CommandSourceStack commandSource) booleanmanageServer(net.minecraft.commands.CommandSourceStack commandSource) booleanplayer(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)
-