net.minecraft.server.commands

public class SummonCommand

aqb
net.minecraft.server.commands.SummonCommand
net.minecraft.class_3138
net.minecraft.server.command.SummonCommand
net.minecraft.server.commands.CommandSummon

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_FAILED
field_13741
FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_DUPLICATE_UUID
field_26629
FAILED_UUID_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
c
INVALID_POSITION
field_22254
INVALID_POSITION_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0, es arg1)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0, CommandBuildContext arg1)
method_13690(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
public static Entity
a(ew arg0, jq$c<bvr<?>> arg1, fby arg2, ux arg3, boolean arg4)
createEntity(CommandSourceStack arg0, Holder$Reference<EntityType<?>> arg1, Vec3 arg2, CompoundTag arg3, boolean arg4)
method_48758(class_2168 arg0, class_6880$class_6883<class_1299<?>> arg1, class_243 arg2, class_2487 arg3, boolean arg4)
summon(ServerCommandSource source, RegistryEntry$Reference<EntityType<?>> entityType, Vec3d pos, NbtCompound nbt, boolean initialize)
private static int
b(ew arg0, jq$c<bvr<?>> arg1, fby arg2, ux arg3, boolean arg4)
spawnEntity(CommandSourceStack arg0, Holder$Reference<EntityType<?>> arg1, Vec3 arg2, CompoundTag arg3, boolean arg4)
method_13694(class_2168 arg0, class_6880$class_6883<class_1299<?>> arg1, class_243 arg2, class_2487 arg3, boolean arg4)
execute(ServerCommandSource source, RegistryEntry$Reference<EntityType<?>> entityType, Vec3d pos, NbtCompound nbt, boolean initialize)