Package net.minecraft.command.argument
Class DefaultPosArgument
java.lang.Object
net.minecraft.command.argument.DefaultPosArgument
- All Implemented Interfaces:
PosArgument
- Mappings:
Namespace Name official fv
intermediary net/minecraft/class_2280
named net/minecraft/command/argument/DefaultPosArgument
-
Field Summary
Modifier and TypeFieldDescriptionprivate final CoordinateArgument
private final CoordinateArgument
private final CoordinateArgument
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultPosArgument
absolute
(double x, double y, double z) static DefaultPosArgument
boolean
int
hashCode()
boolean
boolean
boolean
static DefaultPosArgument
parse
(com.mojang.brigadier.StringReader reader) static DefaultPosArgument
parse
(com.mojang.brigadier.StringReader reader, boolean centerIntegers) toAbsolutePos
(ServerCommandSource source) static DefaultPosArgument
zero()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.command.argument.PosArgument
toAbsoluteBlockPos
-
Field Details
-
x
- Mappings:
Namespace Name Mixin selector official a
Lfv;a:Lfu;
intermediary field_10765
Lnet/minecraft/class_2280;field_10765:Lnet/minecraft/class_2278;
named x
Lnet/minecraft/command/argument/DefaultPosArgument;x:Lnet/minecraft/command/argument/CoordinateArgument;
-
y
- Mappings:
Namespace Name Mixin selector official b
Lfv;b:Lfu;
intermediary field_10764
Lnet/minecraft/class_2280;field_10764:Lnet/minecraft/class_2278;
named y
Lnet/minecraft/command/argument/DefaultPosArgument;y:Lnet/minecraft/command/argument/CoordinateArgument;
-
z
- Mappings:
Namespace Name Mixin selector official c
Lfv;c:Lfu;
intermediary field_10766
Lnet/minecraft/class_2280;field_10766:Lnet/minecraft/class_2278;
named z
Lnet/minecraft/command/argument/DefaultPosArgument;z:Lnet/minecraft/command/argument/CoordinateArgument;
-
-
Constructor Details
-
DefaultPosArgument
- Mappings:
Namespace Name Mixin selector official <init>
Lfv;<init>(Lfu;Lfu;Lfu;)V
intermediary <init>
Lnet/minecraft/class_2280;<init>(Lnet/minecraft/class_2278;Lnet/minecraft/class_2278;Lnet/minecraft/class_2278;)V
named <init>
Lnet/minecraft/command/argument/DefaultPosArgument;<init>(Lnet/minecraft/command/argument/CoordinateArgument;Lnet/minecraft/command/argument/CoordinateArgument;Lnet/minecraft/command/argument/CoordinateArgument;)V
-
-
Method Details
-
toAbsolutePos
- Specified by:
toAbsolutePos
in interfacePosArgument
- Mappings:
Namespace Name Mixin selector official a
Lfo;a(Lds;)Lelt;
intermediary method_9708
Lnet/minecraft/class_2267;method_9708(Lnet/minecraft/class_2168;)Lnet/minecraft/class_243;
named toAbsolutePos
Lnet/minecraft/command/argument/PosArgument;toAbsolutePos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec3d;
-
toAbsoluteRotation
- Specified by:
toAbsoluteRotation
in interfacePosArgument
- Mappings:
Namespace Name Mixin selector official b
Lfo;b(Lds;)Lels;
intermediary method_9709
Lnet/minecraft/class_2267;method_9709(Lnet/minecraft/class_2168;)Lnet/minecraft/class_241;
named toAbsoluteRotation
Lnet/minecraft/command/argument/PosArgument;toAbsoluteRotation(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec2f;
-
isXRelative
public boolean isXRelative()- Specified by:
isXRelative
in interfacePosArgument
- Mappings:
Namespace Name Mixin selector official a
Lfo;a()Z
intermediary method_9705
Lnet/minecraft/class_2267;method_9705()Z
named isXRelative
Lnet/minecraft/command/argument/PosArgument;isXRelative()Z
-
isYRelative
public boolean isYRelative()- Specified by:
isYRelative
in interfacePosArgument
- Mappings:
Namespace Name Mixin selector official b
Lfo;b()Z
intermediary method_9706
Lnet/minecraft/class_2267;method_9706()Z
named isYRelative
Lnet/minecraft/command/argument/PosArgument;isYRelative()Z
-
isZRelative
public boolean isZRelative()- Specified by:
isZRelative
in interfacePosArgument
- Mappings:
Namespace Name Mixin selector official c
Lfo;c()Z
intermediary method_9707
Lnet/minecraft/class_2267;method_9707()Z
named isZRelative
Lnet/minecraft/command/argument/PosArgument;isZRelative()Z
-
equals
-
parse
public static DefaultPosArgument parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lfv;a(Lcom/mojang/brigadier/StringReader;)Lfv;
intermediary method_9749
Lnet/minecraft/class_2280;method_9749(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2280;
named parse
Lnet/minecraft/command/argument/DefaultPosArgument;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/DefaultPosArgument;
-
parse
public static DefaultPosArgument parse(com.mojang.brigadier.StringReader reader, boolean centerIntegers) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lfv;a(Lcom/mojang/brigadier/StringReader;Z)Lfv;
intermediary method_9750
Lnet/minecraft/class_2280;method_9750(Lcom/mojang/brigadier/StringReader;Z)Lnet/minecraft/class_2280;
named parse
Lnet/minecraft/command/argument/DefaultPosArgument;parse(Lcom/mojang/brigadier/StringReader;Z)Lnet/minecraft/command/argument/DefaultPosArgument;
-
absolute
- Mappings:
Namespace Name Mixin selector official a
Lfv;a(DDD)Lfv;
intermediary method_35810
Lnet/minecraft/class_2280;method_35810(DDD)Lnet/minecraft/class_2280;
named absolute
Lnet/minecraft/command/argument/DefaultPosArgument;absolute(DDD)Lnet/minecraft/command/argument/DefaultPosArgument;
-
absolute
- Mappings:
Namespace Name Mixin selector official a
Lfv;a(Lels;)Lfv;
intermediary method_35811
Lnet/minecraft/class_2280;method_35811(Lnet/minecraft/class_241;)Lnet/minecraft/class_2280;
named absolute
Lnet/minecraft/command/argument/DefaultPosArgument;absolute(Lnet/minecraft/util/math/Vec2f;)Lnet/minecraft/command/argument/DefaultPosArgument;
-
zero
- Mappings:
Namespace Name Mixin selector official d
Lfv;d()Lfv;
intermediary method_9751
Lnet/minecraft/class_2280;method_9751()Lnet/minecraft/class_2280;
named zero
Lnet/minecraft/command/argument/DefaultPosArgument;zero()Lnet/minecraft/command/argument/DefaultPosArgument;
-
hashCode
public int hashCode()
-