net.minecraft.command.argument

public class Vec3dArgument

implements ArgumentType<Coordinates>

df
net.minecraft.unmapped.C_57212056
net.minecraft.command.argument.Vec3dArgument
net.minecraft.command.arguments.Vec3Argument

Field summary

Modifier and TypeField
private static final Collection<String>
c
f_66383166
EXAMPLES
field_201337_c
public static final SimpleCommandExceptionType
a
f_64847281
INCOMPLETE_EXCEPTION
field_197304_a
public static final SimpleCommandExceptionType
b
f_14156042
MIXED_TYPE_EXCEPTION
field_200149_b
private final boolean
d
f_70655510
centered
field_197305_b

Constructor summary

ModifierConstructor
public (boolean centered)

Method summary

Modifier and TypeMethod
public static Vec3dArgument
a()
m_28297604()
vec3d()
func_197301_a()
public static Vec3dArgument
a(boolean arg0)
m_67008811(boolean arg0)
vec3d(boolean centered)
func_197303_a(boolean arg0)
public static Vec3d
a(CommandContext<bu> arg0, String arg1)
m_72909110(com.mojang.brigadier.context.CommandContext<C_30485881> arg0, String arg1)
getVec3d(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_197300_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public static Coordinates
b(CommandContext<bu> arg0, String arg1)
m_04470003(com.mojang.brigadier.context.CommandContext<C_30485881> arg0, String arg1)
getCoordinates(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_200385_b(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public Coordinates
a(StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader reader)
parse(com.mojang.brigadier.StringReader arg0)
public <S> CompletableFuture<Suggestions>
listSuggestions(CommandContext<S> arg0, SuggestionsBuilder arg1)
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
public Collection<String>
getExamples()
getExamples()