public class CouplingCommand
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
ONLY_MINECARTS_ALLOWED |
static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
SAME_DIMENSION |
static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
TWO_CARTS |
| Constructor and Description |
|---|
CouplingCommand() |
| Modifier and Type | Method and Description |
|---|---|
static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.command.CommandSource,?> |
register() |
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ONLY_MINECARTS_ALLOWED
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SAME_DIMENSION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType TWO_CARTS