Class ExpandCommandSource
java.lang.Object
com.blamejared.crafttweaker.natives.command.ExpandCommandSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanacceptsFailure(net.minecraft.commands.CommandSource internal) static booleanacceptsSuccess(net.minecraft.commands.CommandSource internal) static booleanalwaysAccepts(net.minecraft.commands.CommandSource internal) static voidsendMessage(net.minecraft.commands.CommandSource internal, net.minecraft.network.chat.Component component, UUID senderUUID) static booleanshouldInformAdmins(net.minecraft.commands.CommandSource internal)
-
Constructor Details
-
ExpandCommandSource
public ExpandCommandSource()
-
-
Method Details
-
sendMessage
public static void sendMessage(net.minecraft.commands.CommandSource internal, net.minecraft.network.chat.Component component, UUID senderUUID) -
acceptsSuccess
public static boolean acceptsSuccess(net.minecraft.commands.CommandSource internal) -
acceptsFailure
public static boolean acceptsFailure(net.minecraft.commands.CommandSource internal) -
shouldInformAdmins
public static boolean shouldInformAdmins(net.minecraft.commands.CommandSource internal) -
alwaysAccepts
public static boolean alwaysAccepts(net.minecraft.commands.CommandSource internal)
-