Class CouplingCommand

java.lang.Object
com.simibubi.create.foundation.command.CouplingCommand

public class CouplingCommand extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
     
    static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
     
    static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.commands.CommandSourceStack,?>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ONLY_MINECARTS_ALLOWED

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ONLY_MINECARTS_ALLOWED
    • SAME_DIMENSION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SAME_DIMENSION
    • TWO_CARTS

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType TWO_CARTS
  • Constructor Details

    • CouplingCommand

      public CouplingCommand()
  • Method Details

    • register

      public static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.commands.CommandSourceStack,?> register()