A couple more methods for CommandBlockExecutor (#612)

This commit is contained in:
SquidDev 2019-04-14 09:55:58 +01:00 committed by Adrian Siekierka
parent 2fd19127ea
commit 616683e536
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
CLASS axk net/minecraft/entity/vehicle/CommandBlockMinecartEntity
CLASS axk$a CommandExecutor
METHOD g getMinecart ()Laxk;
FIELD b COMMAND Lqh;
FIELD c LAST_OUTPUT Lqh;
FIELD d commandExecutor Lbgh;
FIELD e lastExecuted I
METHOD v getCommandExecutor ()Lbgh;

View File

@ -17,8 +17,9 @@ CLASS bgh net/minecraft/sortme/CommandBlockExecutor
METHOD b setCustomName (Ljm;)V
METHOD c setLastOutput (Ljm;)V
METHOD d getWorld ()Lvf;
METHOD e markDirty ()V
METHOD f getPos ()Lcro;
METHOD h markDirty ()Lcd;
METHOD h getSource ()Lcd;
METHOD i getSuccessCount ()I
METHOD j getLastOutput ()Ljm;
METHOD k getCommand ()Ljava/lang/String;