Class CommandBlockExecutor

java.lang.Object
net.minecraft.world.CommandBlockExecutor
All Implemented Interfaces:
class_3893
Direct Known Subclasses:
CommandBlockMinecartEntity.class_3532

public abstract class CommandBlockExecutor extends Object implements class_3893
Mappings:
Namespace Name
official axh
intermediary net/minecraft/class_1740
named net/minecraft/world/CommandBlockExecutor
  • Field Details

    • DATE_FORMAT

      private static final SimpleDateFormat DATE_FORMAT
      Mappings:
      Namespace Name Mixin selector
      official a Laxh;a:Ljava/text/SimpleDateFormat;
      intermediary field_7166 Lnet/minecraft/class_1740;field_7166:Ljava/text/SimpleDateFormat;
      named DATE_FORMAT Lnet/minecraft/world/CommandBlockExecutor;DATE_FORMAT:Ljava/text/SimpleDateFormat;
    • field_15705

      private long field_15705
      Mappings:
      Namespace Name Mixin selector
      official b Laxh;b:J
      intermediary field_15705 Lnet/minecraft/class_1740;field_15705:J
      named field_15705 Lnet/minecraft/world/CommandBlockExecutor;field_15705:J
    • field_15706

      private boolean field_15706
      Mappings:
      Namespace Name Mixin selector
      official c Laxh;c:Z
      intermediary field_15706 Lnet/minecraft/class_1740;field_15706:Z
      named field_15706 Lnet/minecraft/world/CommandBlockExecutor;field_15706:Z
    • successCount

      private int successCount
      Mappings:
      Namespace Name Mixin selector
      official d Laxh;d:I
      intermediary field_7167 Lnet/minecraft/class_1740;field_7167:I
      named successCount Lnet/minecraft/world/CommandBlockExecutor;successCount:I
    • trackOutput

      private boolean trackOutput
      Mappings:
      Namespace Name Mixin selector
      official e Laxh;e:Z
      intermediary field_7168 Lnet/minecraft/class_1740;field_7168:Z
      named trackOutput Lnet/minecraft/world/CommandBlockExecutor;trackOutput:Z
    • lastOutput

      private Text lastOutput
      Mappings:
      Namespace Name Mixin selector
      official f Laxh;f:Lij;
      intermediary field_7169 Lnet/minecraft/class_1740;field_7169:Lnet/minecraft/class_1982;
      named lastOutput Lnet/minecraft/world/CommandBlockExecutor;lastOutput:Lnet/minecraft/text/Text;
    • command

      private String command
      Mappings:
      Namespace Name Mixin selector
      official g Laxh;g:Ljava/lang/String;
      intermediary field_7170 Lnet/minecraft/class_1740;field_7170:Ljava/lang/String;
      named command Lnet/minecraft/world/CommandBlockExecutor;command:Ljava/lang/String;
    • field_17484

      private Text field_17484
      Mappings:
      Namespace Name Mixin selector
      official h Laxh;h:Lij;
      intermediary field_17484 Lnet/minecraft/class_1740;field_17484:Lnet/minecraft/class_1982;
      named field_17484 Lnet/minecraft/world/CommandBlockExecutor;field_17484:Lnet/minecraft/text/Text;
  • Constructor Details

    • CommandBlockExecutor

      public CommandBlockExecutor()
  • Method Details

    • getSuccessCount

      public int getSuccessCount()
      Mappings:
      Namespace Name Mixin selector
      official i Laxh;i()I
      intermediary method_6403 Lnet/minecraft/class_1740;method_6403()I
      named getSuccessCount Lnet/minecraft/world/CommandBlockExecutor;getSuccessCount()I
    • method_11470

      public void method_11470(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Laxh;a(I)V
      intermediary method_11470 Lnet/minecraft/class_1740;method_11470(I)V
      named method_11470 Lnet/minecraft/world/CommandBlockExecutor;method_11470(I)V
    • method_11471

      public Text method_11471()
      Mappings:
      Namespace Name Mixin selector
      official j Laxh;j()Lij;
      intermediary method_11471 Lnet/minecraft/class_1740;method_11471()Lnet/minecraft/class_1982;
      named method_11471 Lnet/minecraft/world/CommandBlockExecutor;method_11471()Lnet/minecraft/text/Text;
    • toNbt

      public NbtCompound toNbt(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Laxh;a(Lgy;)Lgy;
      intermediary method_6395 Lnet/minecraft/class_1740;method_6395(Lnet/minecraft/class_322;)Lnet/minecraft/class_322;
      named toNbt Lnet/minecraft/world/CommandBlockExecutor;toNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
    • fromNbt

      public void fromNbt(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official b Laxh;b(Lgy;)V
      intermediary method_6398 Lnet/minecraft/class_1740;method_6398(Lnet/minecraft/class_322;)V
      named fromNbt Lnet/minecraft/world/CommandBlockExecutor;fromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • setCommand

      public void setCommand(String command)
      Mappings:
      Namespace Name Mixin selector
      official a Laxh;a(Ljava/lang/String;)V
      intermediary method_6397 Lnet/minecraft/class_1740;method_6397(Ljava/lang/String;)V
      named setCommand Lnet/minecraft/world/CommandBlockExecutor;setCommand(Ljava/lang/String;)V
    • getCommand

      public String getCommand()
      Mappings:
      Namespace Name Mixin selector
      official k Laxh;k()Ljava/lang/String;
      intermediary method_6405 Lnet/minecraft/class_1740;method_6405()Ljava/lang/String;
      named getCommand Lnet/minecraft/world/CommandBlockExecutor;getCommand()Ljava/lang/String;
    • method_14292

      public boolean method_14292(World world)
      Mappings:
      Namespace Name Mixin selector
      official a Laxh;a(Laxy;)Z
      intermediary method_14292 Lnet/minecraft/class_1740;method_14292(Lnet/minecraft/class_1150;)Z
      named method_14292 Lnet/minecraft/world/CommandBlockExecutor;method_14292(Lnet/minecraft/world/World;)Z
    • method_16277

      public Text method_16277()
      Mappings:
      Namespace Name Mixin selector
      official l Laxh;l()Lij;
      intermediary method_16277 Lnet/minecraft/class_1740;method_16277()Lnet/minecraft/class_1982;
      named method_16277 Lnet/minecraft/world/CommandBlockExecutor;method_16277()Lnet/minecraft/text/Text;
    • method_16272

      public void method_16272(Text text)
      Mappings:
      Namespace Name Mixin selector
      official b Laxh;b(Lij;)V
      intermediary method_16272 Lnet/minecraft/class_1740;method_16272(Lnet/minecraft/class_1982;)V
      named method_16272 Lnet/minecraft/world/CommandBlockExecutor;method_16272(Lnet/minecraft/text/Text;)V
    • method_5505

      public void method_5505(Text text)
      Specified by:
      method_5505 in interface class_3893
      Mappings:
      Namespace Name Mixin selector
      official a Lbt;a(Lij;)V
      intermediary method_5505 Lnet/minecraft/class_3893;method_5505(Lnet/minecraft/class_1982;)V
      named method_5505 Lnet/minecraft/class_3893;method_5505(Lnet/minecraft/text/Text;)V
    • method_16273

      public abstract ServerWorld method_16273()
      Mappings:
      Namespace Name Mixin selector
      official d Laxh;d()Ltd;
      intermediary method_16273 Lnet/minecraft/class_1740;method_16273()Lnet/minecraft/class_795;
      named method_16273 Lnet/minecraft/world/CommandBlockExecutor;method_16273()Lnet/minecraft/server/world/ServerWorld;
    • markDirty

      public abstract void markDirty()
      Mappings:
      Namespace Name Mixin selector
      official e Laxh;e()V
      intermediary method_6401 Lnet/minecraft/class_1740;method_6401()V
      named markDirty Lnet/minecraft/world/CommandBlockExecutor;markDirty()V
    • setLastOutput

      public void setLastOutput(@Nullable Text lastOutput)
      Mappings:
      Namespace Name Mixin selector
      official c Laxh;c(Lij;)V
      intermediary method_6399 Lnet/minecraft/class_1740;method_6399(Lnet/minecraft/class_1982;)V
      named setLastOutput Lnet/minecraft/world/CommandBlockExecutor;setLastOutput(Lnet/minecraft/text/Text;)V
    • setTrackOutput

      public void setTrackOutput(boolean trackOutput)
      Mappings:
      Namespace Name Mixin selector
      official a Laxh;a(Z)V
      intermediary method_8456 Lnet/minecraft/class_1740;method_8456(Z)V
      named setTrackOutput Lnet/minecraft/world/CommandBlockExecutor;setTrackOutput(Z)V
    • isTrackingOutput

      @Environment(CLIENT) public boolean isTrackingOutput()
      Mappings:
      Namespace Name Mixin selector
      official m Laxh;m()Z
      intermediary method_8457 Lnet/minecraft/class_1740;method_8457()Z
      named isTrackingOutput Lnet/minecraft/world/CommandBlockExecutor;isTrackingOutput()Z
    • interact

      public boolean interact(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Laxh;a(Laog;)Z
      intermediary method_8455 Lnet/minecraft/class_1740;method_8455(Lnet/minecraft/class_988;)Z
      named interact Lnet/minecraft/world/CommandBlockExecutor;interact(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • method_16274

      @Environment(CLIENT) public abstract Vec3d method_16274()
      Mappings:
      Namespace Name Mixin selector
      official f Laxh;f()Lcee;
      intermediary method_16274 Lnet/minecraft/class_1740;method_16274()Lnet/minecraft/class_236;
      named method_16274 Lnet/minecraft/world/CommandBlockExecutor;method_16274()Lnet/minecraft/util/math/Vec3d;
    • method_16276

      public abstract class_3915 method_16276()
      Mappings:
      Namespace Name Mixin selector
      official h Laxh;h()Lbu;
      intermediary method_16276 Lnet/minecraft/class_1740;method_16276()Lnet/minecraft/class_3915;
      named method_16276 Lnet/minecraft/world/CommandBlockExecutor;method_16276()Lnet/minecraft/class_3915;
    • method_17413

      public boolean method_17413()
      Specified by:
      method_17413 in interface class_3893
      Mappings:
      Namespace Name Mixin selector
      official a Lbt;a()Z
      intermediary method_17413 Lnet/minecraft/class_3893;method_17413()Z
      named method_17413 Lnet/minecraft/class_3893;method_17413()Z
    • method_17414

      public boolean method_17414()
      Specified by:
      method_17414 in interface class_3893
      Mappings:
      Namespace Name Mixin selector
      official b Lbt;b()Z
      intermediary method_17414 Lnet/minecraft/class_3893;method_17414()Z
      named method_17414 Lnet/minecraft/class_3893;method_17414()Z
    • method_17412

      public boolean method_17412()
      Specified by:
      method_17412 in interface class_3893
      Mappings:
      Namespace Name Mixin selector
      official B_ Lbt;B_()Z
      intermediary method_17412 Lnet/minecraft/class_3893;method_17412()Z
      named method_17412 Lnet/minecraft/class_3893;method_17412()Z