yarn/mappings/net/minecraft/command/arguments/EntityAnchorArgumentType.ma...

13 lines
581 B
Plaintext
Raw Normal View History

2018-11-27 16:13:52 -05:00
CLASS ch net/minecraft/command/arguments/EntityAnchorArgumentType
CLASS ch$a EntityAnchor
FIELD c anchors Ljava/util/Map;
FIELD d id Ljava/lang/String;
FIELD e offset Ljava/util/function/BiFunction;
2019-02-21 13:19:18 -05:00
METHOD a positionAt (Lahm;)Lcnl;
METHOD a positionAt (Lca;)Lcnl;
METHOD a fromId (Ljava/lang/String;)Lch$a;
2018-11-27 16:13:52 -05:00
FIELD a EXAMPLES Ljava/util/Collection;
FIELD b INVALID_ANCHOR_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
2018-11-27 16:13:52 -05:00
METHOD a create ()Lch;
METHOD a getAnchorArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lch$a;