Package net.minecraft.world
Class CommandBlockExecutor
java.lang.Object
net.minecraft.world.CommandBlockExecutor
- All Implemented Interfaces:
CommandOutput
- Direct Known Subclasses:
CommandBlockMinecartEntity.CommandExecutor
public abstract class CommandBlockExecutor extends Object implements CommandOutput
- Mappings:
Namespace Name official bsvintermediary net/minecraft/class_1918named net/minecraft/world/CommandBlockExecutor
-
Field Summary
Fields Modifier and Type Field Description private Stringcommandprivate TextcustomNameprivate static SimpleDateFormatDATE_FORMATprivate static TextDEFAULT_NAMEprivate longlastExecutionprivate TextlastOutputprivate intsuccessCountprivate booleantrackOutputprivate booleanupdateLastExecutionFields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
Constructors Constructor Description CommandBlockExecutor() -
Method Summary
Modifier and Type Method Description voiddeserialize(CompoundTag tag)booleanexecute(World world)StringgetCommand()TextgetCustomName()TextgetLastOutput()abstract Vec3dgetPos()abstract ServerCommandSourcegetSource()intgetSuccessCount()abstract ServerWorldgetWorld()ActionResultinteract(PlayerEntity player)booleanisTrackingOutput()abstract voidmarkDirty()voidsendSystemMessage(Text message, UUID senderUuid)CompoundTagserialize(CompoundTag tag)voidsetCommand(String command)voidsetCustomName(Text name)voidsetLastOutput(Text lastOutput)voidsetSuccessCount(int successCount)booleanshouldBroadcastConsoleToOps()booleanshouldReceiveFeedback()booleanshouldTrackOutput()voidshouldTrackOutput(boolean trackOutput)
-
Field Details
-
DATE_FORMAT
- Mappings:
Namespace Name Mixin selector official bLbsv;b:Ljava/text/SimpleDateFormat;intermediary field_9169Lnet/minecraft/class_1918;field_9169:Ljava/text/SimpleDateFormat;named DATE_FORMATLnet/minecraft/world/CommandBlockExecutor;DATE_FORMAT:Ljava/text/SimpleDateFormat;
-
DEFAULT_NAME
- Mappings:
Namespace Name Mixin selector official cLbsv;c:Loi;intermediary field_21515Lnet/minecraft/class_1918;field_21515:Lnet/minecraft/class_2561;named DEFAULT_NAMELnet/minecraft/world/CommandBlockExecutor;DEFAULT_NAME:Lnet/minecraft/text/Text;
-
lastExecution
private long lastExecution- Mappings:
Namespace Name Mixin selector official dLbsv;d:Jintermediary field_9167Lnet/minecraft/class_1918;field_9167:Jnamed lastExecutionLnet/minecraft/world/CommandBlockExecutor;lastExecution:J
-
updateLastExecution
private boolean updateLastExecution- Mappings:
Namespace Name Mixin selector official eLbsv;e:Zintermediary field_9166Lnet/minecraft/class_1918;field_9166:Znamed updateLastExecutionLnet/minecraft/world/CommandBlockExecutor;updateLastExecution:Z
-
successCount
private int successCount- Mappings:
Namespace Name Mixin selector official fLbsv;f:Iintermediary field_9163Lnet/minecraft/class_1918;field_9163:Inamed successCountLnet/minecraft/world/CommandBlockExecutor;successCount:I
-
trackOutput
private boolean trackOutput- Mappings:
Namespace Name Mixin selector official gLbsv;g:Zintermediary field_9164Lnet/minecraft/class_1918;field_9164:Znamed trackOutputLnet/minecraft/world/CommandBlockExecutor;trackOutput:Z
-
lastOutput
- Mappings:
Namespace Name Mixin selector official hLbsv;h:Loi;intermediary field_9165Lnet/minecraft/class_1918;field_9165:Lnet/minecraft/class_2561;named lastOutputLnet/minecraft/world/CommandBlockExecutor;lastOutput:Lnet/minecraft/text/Text;
-
command
- Mappings:
Namespace Name Mixin selector official iLbsv;i:Ljava/lang/String;intermediary field_9168Lnet/minecraft/class_1918;field_9168:Ljava/lang/String;named commandLnet/minecraft/world/CommandBlockExecutor;command:Ljava/lang/String;
-
customName
- Mappings:
Namespace Name Mixin selector official jLbsv;j:Loi;intermediary field_9162Lnet/minecraft/class_1918;field_9162:Lnet/minecraft/class_2561;named customNameLnet/minecraft/world/CommandBlockExecutor;customName:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
CommandBlockExecutor
public CommandBlockExecutor()
-
-
Method Details
-
getSuccessCount
public int getSuccessCount()- Mappings:
Namespace Name Mixin selector official iLbsv;i()Iintermediary method_8304Lnet/minecraft/class_1918;method_8304()Inamed getSuccessCountLnet/minecraft/world/CommandBlockExecutor;getSuccessCount()I
-
setSuccessCount
public void setSuccessCount(int successCount)- Mappings:
Namespace Name Mixin selector official aLbsv;a(I)Vintermediary method_8298Lnet/minecraft/class_1918;method_8298(I)Vnamed setSuccessCountLnet/minecraft/world/CommandBlockExecutor;setSuccessCount(I)V
-
getLastOutput
- Mappings:
Namespace Name Mixin selector official jLbsv;j()Loi;intermediary method_8292Lnet/minecraft/class_1918;method_8292()Lnet/minecraft/class_2561;named getLastOutputLnet/minecraft/world/CommandBlockExecutor;getLastOutput()Lnet/minecraft/text/Text;
-
serialize
- Mappings:
Namespace Name Mixin selector official aLbsv;a(Lmq;)Lmq;intermediary method_8297Lnet/minecraft/class_1918;method_8297(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;named serializeLnet/minecraft/world/CommandBlockExecutor;serialize(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
-
deserialize
- Mappings:
Namespace Name Mixin selector official bLbsv;b(Lmq;)Vintermediary method_8305Lnet/minecraft/class_1918;method_8305(Lnet/minecraft/class_2487;)Vnamed deserializeLnet/minecraft/world/CommandBlockExecutor;deserialize(Lnet/minecraft/nbt/CompoundTag;)V
-
setCommand
- Mappings:
Namespace Name Mixin selector official aLbsv;a(Ljava/lang/String;)Vintermediary method_8286Lnet/minecraft/class_1918;method_8286(Ljava/lang/String;)Vnamed setCommandLnet/minecraft/world/CommandBlockExecutor;setCommand(Ljava/lang/String;)V
-
getCommand
- Mappings:
Namespace Name Mixin selector official kLbsv;k()Ljava/lang/String;intermediary method_8289Lnet/minecraft/class_1918;method_8289()Ljava/lang/String;named getCommandLnet/minecraft/world/CommandBlockExecutor;getCommand()Ljava/lang/String;
-
execute
- Mappings:
Namespace Name Mixin selector official aLbsv;a(Lbtv;)Zintermediary method_8301Lnet/minecraft/class_1918;method_8301(Lnet/minecraft/class_1937;)Znamed executeLnet/minecraft/world/CommandBlockExecutor;execute(Lnet/minecraft/world/World;)Z
-
getCustomName
- Mappings:
Namespace Name Mixin selector official lLbsv;l()Loi;intermediary method_8299Lnet/minecraft/class_1918;method_8299()Lnet/minecraft/class_2561;named getCustomNameLnet/minecraft/world/CommandBlockExecutor;getCustomName()Lnet/minecraft/text/Text;
-
setCustomName
- Mappings:
Namespace Name Mixin selector official aLbsv;a(Loi;)Vintermediary method_8290Lnet/minecraft/class_1918;method_8290(Lnet/minecraft/class_2561;)Vnamed setCustomNameLnet/minecraft/world/CommandBlockExecutor;setCustomName(Lnet/minecraft/text/Text;)V
-
sendSystemMessage
- Specified by:
sendSystemMessagein interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official aLda;a(Loi;Ljava/util/UUID;)Vintermediary method_9203Lnet/minecraft/class_2165;method_9203(Lnet/minecraft/class_2561;Ljava/util/UUID;)Vnamed sendSystemMessageLnet/minecraft/server/command/CommandOutput;sendSystemMessage(Lnet/minecraft/text/Text;Ljava/util/UUID;)V
-
getWorld
- Mappings:
Namespace Name Mixin selector official dLbsv;d()Laav;intermediary method_8293Lnet/minecraft/class_1918;method_8293()Lnet/minecraft/class_3218;named getWorldLnet/minecraft/world/CommandBlockExecutor;getWorld()Lnet/minecraft/server/world/ServerWorld;
-
markDirty
public abstract void markDirty()- Mappings:
Namespace Name Mixin selector official eLbsv;e()Vintermediary method_8295Lnet/minecraft/class_1918;method_8295()Vnamed markDirtyLnet/minecraft/world/CommandBlockExecutor;markDirty()V
-
setLastOutput
- Mappings:
Namespace Name Mixin selector official bLbsv;b(Loi;)Vintermediary method_8291Lnet/minecraft/class_1918;method_8291(Lnet/minecraft/class_2561;)Vnamed setLastOutputLnet/minecraft/world/CommandBlockExecutor;setLastOutput(Lnet/minecraft/text/Text;)V
-
shouldTrackOutput
public void shouldTrackOutput(boolean trackOutput)- Mappings:
Namespace Name Mixin selector official aLbsv;a(Z)Vintermediary method_8287Lnet/minecraft/class_1918;method_8287(Z)Vnamed shouldTrackOutputLnet/minecraft/world/CommandBlockExecutor;shouldTrackOutput(Z)V
-
isTrackingOutput
- Mappings:
Namespace Name Mixin selector official mLbsv;m()Zintermediary method_8296Lnet/minecraft/class_1918;method_8296()Znamed isTrackingOutputLnet/minecraft/world/CommandBlockExecutor;isTrackingOutput()Z
-
interact
- Mappings:
Namespace Name Mixin selector official aLbsv;a(Lbhl;)Lapq;intermediary method_8288Lnet/minecraft/class_1918;method_8288(Lnet/minecraft/class_1657;)Lnet/minecraft/class_1269;named interactLnet/minecraft/world/CommandBlockExecutor;interact(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/util/ActionResult;
-
getPos
- Mappings:
Namespace Name Mixin selector official fLbsv;f()Ldiu;intermediary method_8300Lnet/minecraft/class_1918;method_8300()Lnet/minecraft/class_243;named getPosLnet/minecraft/world/CommandBlockExecutor;getPos()Lnet/minecraft/util/math/Vec3d;
-
getSource
- Mappings:
Namespace Name Mixin selector official hLbsv;h()Ldb;intermediary method_8303Lnet/minecraft/class_1918;method_8303()Lnet/minecraft/class_2168;named getSourceLnet/minecraft/world/CommandBlockExecutor;getSource()Lnet/minecraft/server/command/ServerCommandSource;
-
shouldReceiveFeedback
public boolean shouldReceiveFeedback()- Specified by:
shouldReceiveFeedbackin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official aLda;a()Zintermediary method_9200Lnet/minecraft/class_2165;method_9200()Znamed shouldReceiveFeedbackLnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z
-
shouldTrackOutput
public boolean shouldTrackOutput()- Specified by:
shouldTrackOutputin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official bLda;b()Zintermediary method_9202Lnet/minecraft/class_2165;method_9202()Znamed shouldTrackOutputLnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z
-
shouldBroadcastConsoleToOps
public boolean shouldBroadcastConsoleToOps()- Specified by:
shouldBroadcastConsoleToOpsin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official Q_Lda;Q_()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Znamed shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
-