public class SummonCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
SUMMON_FAILED |
Constructor and Description |
---|
SummonCommand() |
Modifier and Type | Method and Description |
---|---|
static void |
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
private static int |
summonEntity(CommandSource source,
ResourceLocation type,
Vec3d pos,
CompoundNBT nbt,
boolean randomizeProperties) |
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SUMMON_FAILED
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int summonEntity(CommandSource source, ResourceLocation type, Vec3d pos, CompoundNBT nbt, boolean randomizeProperties) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException