public class MinecartCommandBlockEntity.MinecartCommandLogic extends CommandBlockLogic
DUMMY
Constructor and Description |
---|
MinecartCommandLogic() |
Modifier and Type | Method and Description |
---|---|
CommandSource |
getCommandSource() |
MinecartCommandBlockEntity |
getMinecart() |
Vec3d |
getPositionVector() |
ServerWorld |
getWorld() |
void |
updateCommand() |
allowLogging, getCommand, getLastOutput, getName, getSuccessCount, read, sendMessage, setCommand, setLastOutput, setName, setSuccessCount, setTrackOutput, shouldReceiveErrors, shouldReceiveFeedback, shouldTrackOutput, trigger, tryOpenEditCommandBlock, write
public ServerWorld getWorld()
getWorld
in class CommandBlockLogic
public void updateCommand()
updateCommand
in class CommandBlockLogic
public Vec3d getPositionVector()
getPositionVector
in class CommandBlockLogic
public MinecartCommandBlockEntity getMinecart()
public CommandSource getCommandSource()
getCommandSource
in class CommandBlockLogic